Html Css Color HEX #385559 Oracle

📋 copy color: '#385559'

red 56 ◦ green 85 ◦ blue 89

#385559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #385559

Tints of Oracle #385559

RGB

 RED value IS 56 (22.27% from 255) = 24.35%

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 89 (35.16% from 255) = 38.7%

R = 24.35%
G = 36.96%
B = 38.7%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#385559 (or 0x385559) is known color: Oracle. HEX triplet: 38, 55 and 59. RGB value is (56,85,89). Sum of RGB (Red+Green+Blue) = 56+85+89=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #385559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385559 is #C7AAA6. Grayscale: #4C4C4C. Windows color (decimal): -13085351 or 5854520. OLE color: 5854520.

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

Color convert

RGB 56 85 89 -
CMYK 0.37 0.04 0 0.65
HSL 187.27º 0.23% 0.28% -
HSV(B) 187.27º 0.37% 0.35% -
XYZ 6.68 8.06 10.65 -
YUV 76.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 56 85 89 0.37 0.04 0 0.65 187.27 0.23 0.28
Hex 38 55 59 25 4 0 41 BB 17 1C
Octal 70 125 131 45 4 0 101 273 27 34
Binary 111000 1010101 1011001 100101 100 0 1000001 10111011 10111 11100

Color Harmonies of #385559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385559

Black with #385559

Text Example


Text Example

White with #385559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385559; }

 p { color: rgb(56,85,89); }

 H1.HeaderClassName
 {
   color: #385559;
 }
 .AnyTagClassName
 {
   color: #385559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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