Html Css Color HEX #376664 Oracle

📋 copy color: '#376664'

red 55 ◦ green 102 ◦ blue 100

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

Shades of Oracle #376664

Tints of Oracle #376664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.69%

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 21.4%
G = 39.69%
B = 38.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#376664 (or 0x376664) is known color: Oracle. HEX triplet: 37, 66 and 64. RGB value is (55,102,100). Sum of RGB (Red+Green+Blue) = 55+102+100=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #376664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376664 is #C8999B. Grayscale: #575757. Windows color (decimal): -13146524 or 6579767. OLE color: 6579767.

HSL color Cylindrical-coordinate representation of color #376664: hue angle of 177.45º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376664 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 102 100 -
CMYK 0.46 0 0.02 0.6
HSL 177.45º 0.3% 0.31% -
HSV(B) 177.45º 0.46% 0.4% -
XYZ 8.63 11.24 13.77 -
YUV 87.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 55 102 100 0.46 0 0.02 0.6 177.45 0.3 0.31
Hex 37 66 64 2E 0 2 3C B1 1E 1F
Octal 67 146 144 56 0 2 74 261 36 37
Binary 110111 1100110 1100100 101110 0 10 111100 10110001 11110 11111

Color Harmonies of #376664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376664

Black with #376664

Text Example


Text Example

White with #376664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376664; }

 p { color: rgb(55,102,100); }

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

background-color css

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

 a { background-color: rgb(55,102,100); }

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

border-color css

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

 span { border-color: rgb(55,102,100); }

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