Html Css Color HEX #355852 Blue Dianne

📋 copy color: '#355852'

red 53 ◦ green 88 ◦ blue 82

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

Shades of Blue Dianne #355852

Tints of Blue Dianne #355852

RGB

 RED value IS 53 (21.09% from 255) = 23.77%

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

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

R = 23.77%
G = 39.46%
B = 36.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#355852 (or 0x355852) is known color: Blue Dianne. HEX triplet: 35, 58 and 52. RGB value is (53,88,82). Sum of RGB (Red+Green+Blue) = 53+88+82=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #355852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355852 is #CAA7AD. Grayscale: #4C4C4C. Windows color (decimal): -13281198 or 5396533. OLE color: 5396533.

HSL color Cylindrical-coordinate representation of color #355852: hue angle of 169.71º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355852 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 82 -
CMYK 0.40 0 0.07 0.65
HSL 169.71º 0.25% 0.28% -
HSV(B) 169.71º 0.4% 0.35% -
XYZ 6.48 8.35 9.25 -
YUV 76.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 53 88 82 0.40 0 0.07 0.65 169.71 0.25 0.28
Hex 35 58 52 28 0 7 41 AA 19 1C
Octal 65 130 122 50 0 7 101 252 31 34
Binary 110101 1011000 1010010 101000 0 111 1000001 10101010 11001 11100

Color Harmonies of #355852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355852

Black with #355852

Text Example


Text Example

White with #355852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355852; }

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

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

background-color css

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

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

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

border-color css

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

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

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