#375154

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

Shades of Oracle #375154

Tints of Oracle #375154

Color information

#375154 (or 0x375154) is unknown color: approx Oracle. HEX triplet: 37, 51 and 54. RGB value is (55,81,84). Sum of RGB (Red+Green+Blue) = 55+81+84=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #375154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375154 is #C8AEAB. Grayscale: #494949. Windows color (decimal): -13151916 or 5525815. OLE color: 5525815.

HSL color Cylindrical-coordinate representation of color #375154: hue angle of 186.21º 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 #375154 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB558184-
CMYK0.350.0400.67
HSL186.21º20.86%27.25%-
HSV(B)186.21º34.52%32.94%-
XYZ6.127.349.48-
YUV73.57133.89114.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=25%
G=36.82%
B=38.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5581840.350.0400.67186.2120.8627.25
Hex375154234043ba151b
Octal6712112443401032722533
Binary1101111010001101010010001110001000011101110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375154; }

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

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

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

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

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

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

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

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