#376163

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

Shades of Oracle #376163

Tints of Oracle #376163

Color information

#376163 (or 0x376163) is unknown color: approx Oracle. HEX triplet: 37, 61 and 63. RGB value is (55,97,99). Sum of RGB (Red+Green+Blue) = 55+97+99=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #376163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376163 is #C89E9C. Grayscale: #545454. Windows color (decimal): -13147805 or 6512951. OLE color: 6512951.

HSL color Cylindrical-coordinate representation of color #376163: hue angle of 182.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376163 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB559799-
CMYK0.440.0200.61
HSL182.73º28.57%30.2%-
HSV(B)182.73º44.44%38.82%-
XYZ8.110.2613.36-
YUV84.67136.09106.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=21.91%
G=38.65%
B=39.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5597990.440.0200.61182.7328.5730.2
Hex3761632C203Db71d1e
Octal671411435420752673536
Binary11011111000011100011101100100111101101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376163; }

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

 H1.HeaderClassName
 {
   color: #376163;
 }
 .AnyTagClassName
 {
   color: #376163;
 }
</style>
background-color css

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

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

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

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

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

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