#376261

Color #376261 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #376261

Tints of Oracle #376261

Color information

#376261 (or 0x376261) is unknown color: approx 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

RGB559897-
CMYK0.4400.010.62
HSL178.6º28.1%30%-
HSV(B)178.6º43.88%38.43%-
XYZ8.110.4112.89-
YUV85.03134.75106.58-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598970.4400.010.62178.628.130
Hex3762612C013Eb31c1e
Octal671421415401762633436
Binary1101111100010110000110110001111110101100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>