#335B5D

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

Shades of Oracle #335B5D

Tints of Oracle #335B5D

Color information

#335B5D (or 0x335B5D) is unknown color: approx Oracle. HEX triplet: 33, 5B and 5D. RGB value is (51,91,93). Sum of RGB (Red+Green+Blue) = 51+91+93=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #335B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B5D is #CCA4A2. Grayscale: #4F4F4F. Windows color (decimal): -13411491 or 6118195. OLE color: 6118195.

HSL color Cylindrical-coordinate representation of color #335B5D: hue angle of 182.86º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335B5D is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB519193-
CMYK0.450.0200.64
HSL182.86º29.17%28.24%-
HSV(B)182.86º45.16%36.47%-
XYZ7.088.9811.72-
YUV79.27135.75107.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=21.70%
G=38.72%
B=39.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191930.450.0200.64182.8629.1728.24
Hex335B5D2D2040b71d1c
Octal6313313555201002673534
Binary110011101101110111011011011001000000101101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,93); }

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

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

 a { background-color: rgb(51,91,93); }

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

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

 span { border-color: rgb(51,91,93); }

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