#385C5F

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

Shades of Oracle #385C5F

Tints of Oracle #385C5F

Color information

#385C5F (or 0x385C5F) is unknown color: approx Oracle. HEX triplet: 38, 5C and 5F. RGB value is (56,92,95). Sum of RGB (Red+Green+Blue) = 56+92+95=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #385C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C5F is #C7A3A0. Grayscale: #515151. Windows color (decimal): -13083553 or 6249528. OLE color: 6249528.

HSL color Cylindrical-coordinate representation of color #385C5F: hue angle of 184.62º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385C5F is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB569295-
CMYK0.410.0300.63
HSL184.62º25.83%29.61%-
HSV(B)184.62º41.05%37.25%-
XYZ7.529.3212.23-
YUV81.58135.57109.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=23.05%
G=37.86%
B=39.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5692950.410.0300.63184.6225.8329.61
Hex385C5F29303Fb91a1e
Octal701341375130772713236
Binary11100010111001011111101001110111111101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385C5F; }

 p { color: rgb(56,92,95); }

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

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

 a { background-color: rgb(56,92,95); }

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

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

 span { border-color: rgb(56,92,95); }

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