#355054

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

Shades of Oracle #355054

Tints of Oracle #355054

Color information

#355054 (or 0x355054) is unknown color: approx Oracle. HEX triplet: 35, 50 and 54. RGB value is (53,80,84). Sum of RGB (Red+Green+Blue) = 53+80+84=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #355054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355054 is #CAAFAB. Grayscale: #484848. Windows color (decimal): -13283244 or 5525557. OLE color: 5525557.

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

Color convert

RGB538084-
CMYK0.370.0500.67
HSL187.74º22.63%26.86%-
HSV(B)187.74º36.9%32.94%-
XYZ5.947.139.45-
YUV72.38134.55114.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=24.42%
G=36.87%
B=38.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5380840.370.0500.67187.7422.6326.86
Hex355054255043bc171b
Octal6512012445501032742733
Binary1101011010000101010010010110101000011101111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355054; }

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

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

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

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

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

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

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

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