Html Css Color HEX #335255 Oracle

📋 copy color: '#335255'

red 51 ◦ green 82 ◦ blue 85

#335255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #335255

Tints of Oracle #335255

RGB

 RED value IS 51 (20.31% from 255) = 23.39%

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 23.39%
G = 37.61%
B = 38.99%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#335255 (or 0x335255) is known color: Oracle. HEX triplet: 33, 52 and 55. RGB value is (51,82,85). Sum of RGB (Red+Green+Blue) = 51+82+85=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #335255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335255 is #CCADAA. Grayscale: #494949. Windows color (decimal): -13413803 or 5591603. OLE color: 5591603.

HSL color Cylindrical-coordinate representation of color #335255: hue angle of 185.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335255 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 82 85 -
CMYK 0.40 0.04 0 0.67
HSL 185.29º 0.25% 0.27% -
HSV(B) 185.29º 0.4% 0.33% -
XYZ 6.02 7.39 9.7 -
YUV 73.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 51 82 85 0.40 0.04 0 0.67 185.29 0.25 0.27
Hex 33 52 55 28 4 0 43 B9 19 1B
Octal 63 122 125 50 4 0 103 271 31 33
Binary 110011 1010010 1010101 101000 100 0 1000011 10111001 11001 11011

Color Harmonies of #335255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335255

Black with #335255

Text Example


Text Example

White with #335255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335255; }

 p { color: rgb(51,82,85); }

 H1.HeaderClassName
 {
   color: #335255;
 }
 .AnyTagClassName
 {
   color: #335255;
 }
</style>

background-color css

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

 a { background-color: rgb(51,82,85); }

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

border-color css

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

 span { border-color: rgb(51,82,85); }

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