#376063

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

Shades of Oracle #376063

Tints of Oracle #376063

Color information

#376063 (or 0x376063) is unknown color: approx Oracle. HEX triplet: 37, 60 and 63. RGB value is (55,96,99). Sum of RGB (Red+Green+Blue) = 55+96+99=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #376063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376063 is #C89F9C. Grayscale: #545454. Windows color (decimal): -13148061 or 6512695. OLE color: 6512695.

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

Color convert

RGB559699-
CMYK0.440.0300.61
HSL184.09º28.57%30.2%-
HSV(B)184.09º44.44%38.82%-
XYZ8.0110.0813.33-
YUV84.08136.42107.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=22%
G=38.4%
B=39.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5596990.440.0300.61184.0928.5730.2
Hex3760632C303Db81d1e
Octal671401435430752703536
Binary11011111000001100011101100110111101101110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376063; }

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

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

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

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

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

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

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

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