Html Css Color HEX #376564 Oracle

📋 copy color: '#376564'

red 55 ◦ green 101 ◦ blue 100

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

Shades of Oracle #376564

Tints of Oracle #376564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

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

R = 21.48%
G = 39.45%
B = 39.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#376564 (or 0x376564) is known color: Oracle. HEX triplet: 37, 65 and 64. RGB value is (55,101,100). Sum of RGB (Red+Green+Blue) = 55+101+100=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #376564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376564 is #C89A9B. Grayscale: #575757. Windows color (decimal): -13146780 or 6579511. OLE color: 6579511.

HSL color Cylindrical-coordinate representation of color #376564: hue angle of 178.7º degrees, saturation: 0.29, 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 #376564 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 101 100 -
CMYK 0.46 0 0.01 0.60
HSL 178.7º 0.29% 0.31% -
HSV(B) 178.7º 0.46% 0.4% -
XYZ 8.53 11.04 13.74 -
YUV 87.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 55 101 100 0.46 0 0.01 0.60 178.7 0.29 0.31
Hex 37 65 64 2E 0 1 3C B3 1D 1F
Octal 67 145 144 56 0 1 74 263 35 37
Binary 110111 1100101 1100100 101110 0 1 111100 10110011 11101 11111

Color Harmonies of #376564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376564

Black with #376564

Text Example


Text Example

White with #376564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376564; }

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

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

background-color css

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

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

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

border-color css

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

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

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