#335659

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

Shades of Oracle #335659

Tints of Oracle #335659

Color information

#335659 (or 0x335659) is unknown color: approx Oracle. HEX triplet: 33, 56 and 59. RGB value is (51,86,89). Sum of RGB (Red+Green+Blue) = 51+86+89=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #335659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335659 is #CCA9A6. Grayscale: #4B4B4B. Windows color (decimal): -13412775 or 5854771. OLE color: 5854771.

HSL color Cylindrical-coordinate representation of color #335659: hue angle of 184.74º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335659 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB518689-
CMYK0.430.0300.65
HSL184.74º27.14%27.45%-
HSV(B)184.74º42.7%34.9%-
XYZ6.58.0810.67-
YUV75.88135.4110.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=22.57%
G=38.05%
B=39.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5186890.430.0300.65184.7427.1427.45
Hex3356592B3041b91b1b
Octal6312613153301012713333
Binary110011101011010110011010111101000001101110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335659; }

 p { color: rgb(51,86,89); }

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

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

 a { background-color: rgb(51,86,89); }

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

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

 span { border-color: rgb(51,86,89); }

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