Html Css Color HEX #365652 Blue Dianne

📋 copy color: '#365652'

red 54 ◦ green 86 ◦ blue 82

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

Shades of Blue Dianne #365652

Tints of Blue Dianne #365652

RGB

 RED value IS 54 (21.48% from 255) = 24.32%

 GREEN value IS 86 (33.98% from 255) = 38.74%

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

R = 24.32%
G = 38.74%
B = 36.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#365652 (or 0x365652) is known color: Blue Dianne. HEX triplet: 36, 56 and 52. RGB value is (54,86,82). Sum of RGB (Red+Green+Blue) = 54+86+82=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #365652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365652 is #C9A9AD. Grayscale: #4B4B4B. Windows color (decimal): -13216174 or 5396022. OLE color: 5396022.

HSL color Cylindrical-coordinate representation of color #365652: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365652 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 86 82 -
CMYK 0.37 0 0.05 0.66
HSL 172.5º 0.23% 0.27% -
HSV(B) 172.5º 0.37% 0.34% -
XYZ 6.37 8.05 9.2 -
YUV 75.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 54 86 82 0.37 0 0.05 0.66 172.5 0.23 0.27
Hex 36 56 52 25 0 5 42 AC 17 1B
Octal 66 126 122 45 0 5 102 254 27 33
Binary 110110 1010110 1010010 100101 0 101 1000010 10101100 10111 11011

Color Harmonies of #365652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365652

Black with #365652

Text Example


Text Example

White with #365652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365652; }

 p { color: rgb(54,86,82); }

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

background-color css

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

 a { background-color: rgb(54,86,82); }

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

border-color css

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

 span { border-color: rgb(54,86,82); }

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