Html Css Color HEX #396062 Oracle

📋 copy color: '#396062'

red 57 ◦ green 96 ◦ blue 98

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

Shades of Oracle #396062

Tints of Oracle #396062

RGB

 RED value IS 57 (22.66% from 255) = 22.71%

 GREEN value IS 96 (37.89% from 255) = 38.25%

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 22.71%
G = 38.25%
B = 39.04%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#396062 (or 0x396062) is known color: Oracle. HEX triplet: 39, 60 and 62. RGB value is (57,96,98). Sum of RGB (Red+Green+Blue) = 57+96+98=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #396062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396062 is #C69F9D. Grayscale: #545454. Windows color (decimal): -13016990 or 6447161. OLE color: 6447161.

HSL color Cylindrical-coordinate representation of color #396062: hue angle of 182.93º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396062 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 98 -
CMYK 0.42 0.02 0 0.62
HSL 182.93º 0.26% 0.3% -
HSV(B) 182.93º 0.42% 0.38% -
XYZ 8.07 10.12 13.08 -
YUV 84.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 57 96 98 0.42 0.02 0 0.62 182.93 0.26 0.3
Hex 39 60 62 2A 2 0 3E B7 1A 1E
Octal 71 140 142 52 2 0 76 267 32 36
Binary 111001 1100000 1100010 101010 10 0 111110 10110111 11010 11110

Color Harmonies of #396062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396062

Black with #396062

Text Example


Text Example

White with #396062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396062; }

 p { color: rgb(57,96,98); }

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

background-color css

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

 a { background-color: rgb(57,96,98); }

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

border-color css

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

 span { border-color: rgb(57,96,98); }

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