#355154

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

Shades of Oracle #355154

Tints of Oracle #355154

Color information

#355154 (or 0x355154) is unknown color: approx Oracle. HEX triplet: 35, 51 and 54. RGB value is (53,81,84). Sum of RGB (Red+Green+Blue) = 53+81+84=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #355154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355154 is #CAAEAB. Grayscale: #484848. Windows color (decimal): -13282988 or 5525813. OLE color: 5525813.

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

Color convert

RGB538184-
CMYK0.370.0400.67
HSL185.81º22.63%26.86%-
HSV(B)185.81º36.9%32.94%-
XYZ6.017.289.48-
YUV72.97134.22113.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=24.31%
G=37.16%
B=38.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5381840.370.0400.67185.8122.6326.86
Hex355154254043ba171b
Octal6512112445401032722733
Binary1101011010001101010010010110001000011101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355154; }

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

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

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

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

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

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

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

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