#335254

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

Shades of Oracle #335254

Tints of Oracle #335254

Color information

#335254 (or 0x335254) is unknown color: approx Oracle. HEX triplet: 33, 52 and 54. RGB value is (51,82,84). Sum of RGB (Red+Green+Blue) = 51+82+84=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 82 (32.42% from 255 or 37.79% 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 #335254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335254 is #CCADAB. Grayscale: #484848. Windows color (decimal): -13413804 or 5526067. OLE color: 5526067.

HSL color Cylindrical-coordinate representation of color #335254: hue angle of 183.64º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335254 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB518284-
CMYK0.390.0200.67
HSL183.64º24.44%26.47%-
HSV(B)183.64º39.29%32.94%-
XYZ5.987.389.5-
YUV72.96134.23112.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=23.50%
G=37.79%
B=38.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5182840.390.0200.67183.6424.4426.47
Hex335254272043b8181a
Octal6312212447201032703032
Binary110011101001010101001001111001000011101110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335254; }

 p { color: rgb(51,82,84); }

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

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

 a { background-color: rgb(51,82,84); }

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

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

 span { border-color: rgb(51,82,84); }

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