Html Css Color HEX #376062 Oracle

📋 copy color: '#376062'

red 55 ◦ green 96 ◦ blue 98

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

Shades of Oracle #376062

Tints of Oracle #376062

RGB

 RED value IS 55 (21.88% from 255) = 22.09%

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

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

R = 22.09%
G = 38.55%
B = 39.36%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#376062 (or 0x376062) is known color: Oracle. HEX triplet: 37, 60 and 62. RGB value is (55,96,98). Sum of RGB (Red+Green+Blue) = 55+96+98=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #376062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376062 is #C89F9D. Grayscale: #535353. Windows color (decimal): -13148062 or 6447159. OLE color: 6447159.

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

Color convert

RGB 55 96 98 -
CMYK 0.44 0.02 0 0.62
HSL 182.79º 0.28% 0.3% -
HSV(B) 182.79º 0.44% 0.38% -
XYZ 7.96 10.06 13.08 -
YUV 83.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 55 96 98 0.44 0.02 0 0.62 182.79 0.28 0.3
Hex 37 60 62 2C 2 0 3E B7 1C 1E
Octal 67 140 142 54 2 0 76 267 34 36
Binary 110111 1100000 1100010 101100 10 0 111110 10110111 11100 11110

Color Harmonies of #376062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376062

Black with #376062

Text Example


Text Example

White with #376062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376062; }

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

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

background-color css

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

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

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

border-color css

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

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

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