#385A5A

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

Shades of Oracle #385A5A

Tints of Oracle #385A5A

Color information

#385A5A (or 0x385A5A) is unknown color: approx Oracle. HEX triplet: 38, 5A and 5A. RGB value is (56,90,90). Sum of RGB (Red+Green+Blue) = 56+90+90=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #385A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A5A is #C7A5A5. Grayscale: #4F4F4F. Windows color (decimal): -13084070 or 5921336. OLE color: 5921336.

HSL color Cylindrical-coordinate representation of color #385A5A: hue angle of 180º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A5A is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB569090-
CMYK0.38000.65
HSL180º23.29%28.63%-
HSV(B)180º37.78%35.29%-
XYZ7.138.8911.01-
YUV79.83133.74111-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=23.73%
G=38.14%
B=38.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690900.38000.6518023.2928.63
Hex385A5A260041b4171d
Octal7013213246001012642735
Binary11100010110101011010100110001000001101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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