#375155

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

Shades of Oracle #375155

Tints of Oracle #375155

Color information

#375155 (or 0x375155) is unknown color: approx Oracle. HEX triplet: 37, 51 and 55. RGB value is (55,81,85). Sum of RGB (Red+Green+Blue) = 55+81+85=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #375155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375155 is #C8AEAA. Grayscale: #494949. Windows color (decimal): -13151915 or 5591351. OLE color: 5591351.

HSL color Cylindrical-coordinate representation of color #375155: hue angle of 188º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375155 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB558185-
CMYK0.350.0500.67
HSL188º21.43%27.45%-
HSV(B)188º35.29%33.33%-
XYZ6.167.359.69-
YUV73.68134.39114.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=24.89%
G=36.65%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5581850.350.0500.6718821.4327.45
Hex375155235043bc151b
Octal6712112543501032742533
Binary1101111010001101010110001110101000011101111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375155; }

 p { color: rgb(55,81,85); }

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

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

 a { background-color: rgb(55,81,85); }

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

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

 span { border-color: rgb(55,81,85); }

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