Html Css Color HEX #376261 Oracle

📋 copy color: '#376261'

red 55 ◦ green 98 ◦ blue 97

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

Shades of Oracle #376261

Tints of Oracle #376261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

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

R = 22%
G = 39.2%
B = 38.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#376261 (or 0x376261) is known color: Oracle. HEX triplet: 37, 62 and 61. RGB value is (55,98,97). Sum of RGB (Red+Green+Blue) = 55+98+97=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #376261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376261 is #C89D9E. Grayscale: #545454. Windows color (decimal): -13147551 or 6382135. OLE color: 6382135.

HSL color Cylindrical-coordinate representation of color #376261: hue angle of 178.6º 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 #376261 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 98 97 -
CMYK 0.44 0 0.01 0.62
HSL 178.6º 0.28% 0.3% -
HSV(B) 178.6º 0.44% 0.38% -
XYZ 8.1 10.41 12.89 -
YUV 85.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 55 98 97 0.44 0 0.01 0.62 178.6 0.28 0.3
Hex 37 62 61 2C 0 1 3E B3 1C 1E
Octal 67 142 141 54 0 1 76 263 34 36
Binary 110111 1100010 1100001 101100 0 1 111110 10110011 11100 11110

Color Harmonies of #376261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376261

Black with #376261

Text Example


Text Example

White with #376261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376261; }

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

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

background-color css

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

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

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

border-color css

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

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

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