#335F63

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

Shades of Oracle #335F63

Tints of Oracle #335F63

Color information

#335F63 (or 0x335F63) is unknown color: approx Oracle. HEX triplet: 33, 5F and 63. RGB value is (51,95,99). Sum of RGB (Red+Green+Blue) = 51+95+99=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #335F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F63 is #CCA09C. Grayscale: #525252. Windows color (decimal): -13410461 or 6512435. OLE color: 6512435.

HSL color Cylindrical-coordinate representation of color #335F63: hue angle of 185º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335F63 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB519599-
CMYK0.480.0400.61
HSL185º32%29.41%-
HSV(B)185º48.48%38.82%-
XYZ7.719.7913.29-
YUV82.3137.42105.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=20.82%
G=38.78%
B=40.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5195990.480.0400.611853229.41
Hex335F6330403Db9201d
Octal631371436040752714035
Binary1100111011111110001111000010001111011011100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335F63; }

 p { color: rgb(51,95,99); }

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

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

 a { background-color: rgb(51,95,99); }

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

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

 span { border-color: rgb(51,95,99); }

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