Html Css Color HEX #345552 Blue Dianne

📋 copy color: '#345552'

red 52 ◦ green 85 ◦ blue 82

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

Shades of Blue Dianne #345552

Tints of Blue Dianne #345552

RGB

 RED value IS 52 (20.7% from 255) = 23.74%

 GREEN value IS 85 (33.59% from 255) = 38.81%

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

R = 23.74%
G = 38.81%
B = 37.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#345552 (or 0x345552) is known color: Blue Dianne. HEX triplet: 34, 55 and 52. RGB value is (52,85,82). Sum of RGB (Red+Green+Blue) = 52+85+82=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #345552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345552 is #CBAAAD. Grayscale: #4A4A4A. Windows color (decimal): -13347502 or 5395764. OLE color: 5395764.

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

Color convert

RGB 52 85 82 -
CMYK 0.39 0 0.04 0.67
HSL 174.55º 0.24% 0.27% -
HSV(B) 174.55º 0.39% 0.33% -
XYZ 6.19 7.84 9.17 -
YUV 74.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 52 85 82 0.39 0 0.04 0.67 174.55 0.24 0.27
Hex 34 55 52 27 0 4 43 AF 18 1B
Octal 64 125 122 47 0 4 103 257 30 33
Binary 110100 1010101 1010010 100111 0 100 1000011 10101111 11000 11011

Color Harmonies of #345552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345552

Black with #345552

Text Example


Text Example

White with #345552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345552; }

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

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

background-color css

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

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

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

border-color css

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

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

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