#385154

Color #385154 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #385154

Tints of Oracle #385154

Color information

#385154 (or 0x385154) is unknown color: approx Oracle. HEX triplet: 38, 51 and 54. RGB value is (56,81,84). Sum of RGB (Red+Green+Blue) = 56+81+84=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #385154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385154 is #C7AEAB. Grayscale: #494949. Windows color (decimal): -13086380 or 5525816. OLE color: 5525816.

HSL color Cylindrical-coordinate representation of color #385154: hue angle of 186.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385154 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB568184-
CMYK0.330.0400.67
HSL186.43º20%27.45%-
HSV(B)186.43º33.33%32.94%-
XYZ6.177.379.48-
YUV73.87133.72115.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=25.34%
G=36.65%
B=38.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5681840.330.0400.67186.432027.45
Hex385154214043ba141b
Octal7012112441401032722433
Binary1110001010001101010010000110001000011101110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385154; }

 p { color: rgb(56,81,84); }

 H1.HeaderClassName
 {
   color: #385154;
 }
 .AnyTagClassName
 {
   color: #385154;
 }
</style>
background-color css

<style>
 a { background-color: #385154; }

 a { background-color: rgb(56,81,84); }

 div.DivClassName
 {
   background-color: #385154;
 }
 .BgClassName
 {
   background-color: #385154;
 }
</style>
border-color css

<style>
 span { border-color: #385154; }

 span { border-color: rgb(56,81,84); }

 td.TdClassName
 {
   border-color: #385154;
 }
 .TagClassName
 {
   border-color: #385154;
 }
</style>