#385052

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

Shades of Oracle #385052

Tints of Oracle #385052

Color information

#385052 (or 0x385052) is unknown color: approx Oracle. HEX triplet: 38, 50 and 52. RGB value is (56,80,82). Sum of RGB (Red+Green+Blue) = 56+80+82=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #385052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385052 is #C7AFAD. Grayscale: #494949. Windows color (decimal): -13086638 or 5394488. OLE color: 5394488.

HSL color Cylindrical-coordinate representation of color #385052: hue angle of 184.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385052 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB568082-
CMYK0.320.0200.68
HSL184.62º18.84%27.06%-
HSV(B)184.62º31.71%32.16%-
XYZ6.027.199.05-
YUV73.05133.05115.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=25.69%
G=36.70%
B=37.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5680820.320.0200.68184.6218.8427.06
Hex385052202044b9131b
Octal7012012240201042712333
Binary111000101000010100101000001001000100101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385052; }

 p { color: rgb(56,80,82); }

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

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

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

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

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

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

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