Html Css Color HEX #365852 Blue Dianne

📋 copy color: '#365852'

red 54 ◦ green 88 ◦ blue 82

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

Shades of Blue Dianne #365852

Tints of Blue Dianne #365852

RGB

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

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

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

R = 24.11%
G = 39.29%
B = 36.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#365852 (or 0x365852) is known color: Blue Dianne. HEX triplet: 36, 58 and 52. RGB value is (54,88,82). Sum of RGB (Red+Green+Blue) = 54+88+82=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #365852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365852 is #C9A7AD. Grayscale: #4D4D4D. Windows color (decimal): -13215662 or 5396534. OLE color: 5396534.

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

Color convert

RGB 54 88 82 -
CMYK 0.39 0 0.07 0.65
HSL 169.41º 0.24% 0.28% -
HSV(B) 169.41º 0.39% 0.35% -
XYZ 6.53 8.37 9.25 -
YUV 77.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 54 88 82 0.39 0 0.07 0.65 169.41 0.24 0.28
Hex 36 58 52 27 0 7 41 A9 18 1C
Octal 66 130 122 47 0 7 101 251 30 34
Binary 110110 1011000 1010010 100111 0 111 1000001 10101001 11000 11100

Color Harmonies of #365852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365852

Black with #365852

Text Example


Text Example

White with #365852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365852; }

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

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

background-color css

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

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

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

border-color css

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

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

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