#335358

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

Shades of Oracle #335358

Tints of Oracle #335358

Color information

#335358 (or 0x335358) is unknown color: approx Oracle. HEX triplet: 33, 53 and 58. RGB value is (51,83,88). Sum of RGB (Red+Green+Blue) = 51+83+88=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #335358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335358 is #CCACA7. Grayscale: #494949. Windows color (decimal): -13413544 or 5788467. OLE color: 5788467.

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

Color convert

RGB518388-
CMYK0.420.0600.65
HSL188.11º26.62%27.25%-
HSV(B)188.11º42.05%34.51%-
XYZ6.227.5910.37-
YUV74135.9111.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=22.97%
G=37.39%
B=39.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5183880.420.0600.65188.1126.6227.25
Hex3353582A6041bc1b1b
Octal6312313052601012743333
Binary1100111010011101100010101011001000001101111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335358; }

 p { color: rgb(51,83,88); }

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

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

 a { background-color: rgb(51,83,88); }

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

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

 span { border-color: rgb(51,83,88); }

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