Html Css Color HEX #376061 Oracle

📋 copy color: '#376061'

red 55 ◦ green 96 ◦ blue 97

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

Shades of Oracle #376061

Tints of Oracle #376061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 22.18%
G = 38.71%
B = 39.11%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#376061 (or 0x376061) is known color: Oracle. HEX triplet: 37, 60 and 61. RGB value is (55,96,97). Sum of RGB (Red+Green+Blue) = 55+96+97=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #376061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376061 is #C89F9E. Grayscale: #535353. Windows color (decimal): -13148063 or 6381623. OLE color: 6381623.

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

Color convert

RGB 55 96 97 -
CMYK 0.43 0.01 0 0.62
HSL 181.43º 0.28% 0.3% -
HSV(B) 181.43º 0.43% 0.38% -
XYZ 7.92 10.04 12.83 -
YUV 83.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 55 96 97 0.43 0.01 0 0.62 181.43 0.28 0.3
Hex 37 60 61 2B 1 0 3E B5 1C 1E
Octal 67 140 141 53 1 0 76 265 34 36
Binary 110111 1100000 1100001 101011 1 0 111110 10110101 11100 11110

Color Harmonies of #376061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376061

Black with #376061

Text Example


Text Example

White with #376061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376061; }

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

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

background-color css

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

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

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

border-color css

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

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

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