#375256

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

Shades of Oracle #375256

Tints of Oracle #375256

Color information

#375256 (or 0x375256) is unknown color: approx Oracle. HEX triplet: 37, 52 and 56. RGB value is (55,82,86). Sum of RGB (Red+Green+Blue) = 55+82+86=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #375256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375256 is #C8ADA9. Grayscale: #4A4A4A. Windows color (decimal): -13151658 or 5657143. OLE color: 5657143.

HSL color Cylindrical-coordinate representation of color #375256: hue angle of 187.74º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375256 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB558286-
CMYK0.360.0500.66
HSL187.74º21.99%27.65%-
HSV(B)187.74º36.05%33.73%-
XYZ6.277.529.92-
YUV74.38134.55114.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=24.66%
G=36.77%
B=38.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5582860.360.0500.66187.7421.9927.65
Hex375256245042bc161c
Octal6712212644501022742634
Binary1101111010010101011010010010101000010101111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375256; }

 p { color: rgb(55,82,86); }

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

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

 a { background-color: rgb(55,82,86); }

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

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

 span { border-color: rgb(55,82,86); }

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