#385A5E

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

Shades of Oracle #385A5E

Tints of Oracle #385A5E

Color information

#385A5E (or 0x385A5E) is unknown color: approx Oracle. HEX triplet: 38, 5A and 5E. RGB value is (56,90,94). Sum of RGB (Red+Green+Blue) = 56+90+94=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #385A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A5E is #C7A5A1. Grayscale: #505050. Windows color (decimal): -13084066 or 6183480. OLE color: 6183480.

HSL color Cylindrical-coordinate representation of color #385A5E: hue angle of 186.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385A5E is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB569094-
CMYK0.400.0400.63
HSL186.32º25.33%29.41%-
HSV(B)186.32º40.43%36.86%-
XYZ7.318.9611.93-
YUV80.29135.74110.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=23.33%
G=37.5%
B=39.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5690940.400.0400.63186.3225.3329.41
Hex385A5E28403Fba191d
Octal701321365040772723135
Binary111000101101010111101010001000111111101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,90,94); }

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

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

 a { background-color: rgb(56,90,94); }

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

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

 span { border-color: rgb(56,90,94); }

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