#375657

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

Shades of Oracle #375657

Tints of Oracle #375657

Color information

#375657 (or 0x375657) is unknown color: approx Oracle. HEX triplet: 37, 56 and 57. RGB value is (55,86,87). Sum of RGB (Red+Green+Blue) = 55+86+87=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #375657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375657 is #C8A9A8. Grayscale: #4C4C4C. Windows color (decimal): -13150633 or 5723703. OLE color: 5723703.

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

Color convert

RGB558687-
CMYK0.370.0100.66
HSL181.88º22.54%27.84%-
HSV(B)181.88º36.78%34.12%-
XYZ6.628.1610.24-
YUV76.84133.73112.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=24.12%
G=37.72%
B=38.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586870.370.0100.66181.8822.5427.84
Hex375657251042b6171c
Octal6712612745101022662734
Binary11011110101101010111100101101000010101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375657; }

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

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

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

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

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

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

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

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