#335F61

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

Shades of Oracle #335F61

Tints of Oracle #335F61

Color information

#335F61 (or 0x335F61) is unknown color: approx Oracle. HEX triplet: 33, 5F and 61. RGB value is (51,95,97). Sum of RGB (Red+Green+Blue) = 51+95+97=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #335F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F61 is #CCA09E. Grayscale: #525252. Windows color (decimal): -13410463 or 6381363. OLE color: 6381363.

HSL color Cylindrical-coordinate representation of color #335F61: hue angle of 182.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335F61 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB519597-
CMYK0.470.0200.62
HSL182.61º31.08%29.02%-
HSV(B)182.61º47.42%38.04%-
XYZ7.629.7512.79-
YUV82.07136.42105.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=20.99%
G=39.09%
B=39.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5195970.470.0200.62182.6131.0829.02
Hex335F612F203Eb71f1d
Octal631371415720762673735
Binary11001110111111100001101111100111110101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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