Html Css Color HEX #335852 Blue Dianne

📋 copy color: '#335852'

red 51 ◦ green 88 ◦ blue 82

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

Shades of Blue Dianne #335852

Tints of Blue Dianne #335852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 23.08%
G = 39.82%
B = 37.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#335852 (or 0x335852) is known color: Blue Dianne. HEX triplet: 33, 58 and 52. RGB value is (51,88,82). Sum of RGB (Red+Green+Blue) = 51+88+82=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #335852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335852 is #CCA7AD. Grayscale: #4C4C4C. Windows color (decimal): -13412270 or 5396531. OLE color: 5396531.

HSL color Cylindrical-coordinate representation of color #335852: hue angle of 170.27º 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 #335852 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 82 -
CMYK 0.42 0 0.07 0.65
HSL 170.27º 0.27% 0.27% -
HSV(B) 170.27º 0.42% 0.35% -
XYZ 6.38 8.29 9.25 -
YUV 76.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 51 88 82 0.42 0 0.07 0.65 170.27 0.27 0.27
Hex 33 58 52 2A 0 7 41 AA 1B 1B
Octal 63 130 122 52 0 7 101 252 33 33
Binary 110011 1011000 1010010 101010 0 111 1000001 10101010 11011 11011

Color Harmonies of #335852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335852

Black with #335852

Text Example


Text Example

White with #335852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335852; }

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

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

background-color css

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

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

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

border-color css

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

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

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