Html Css Color HEX #365352 Blue Dianne

📋 copy color: '#365352'

red 54 ◦ green 83 ◦ blue 82

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

Shades of Blue Dianne #365352

Tints of Blue Dianne #365352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 24.66%
G = 37.9%
B = 37.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#365352 (or 0x365352) is known color: Blue Dianne. HEX triplet: 36, 53 and 52. RGB value is (54,83,82). Sum of RGB (Red+Green+Blue) = 54+83+82=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #365352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365352 is #C9ACAD. Grayscale: #4A4A4A. Windows color (decimal): -13216942 or 5395254. OLE color: 5395254.

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

Color convert

RGB 54 83 82 -
CMYK 0.35 0 0.01 0.67
HSL 177.93º 0.21% 0.27% -
HSV(B) 177.93º 0.35% 0.33% -
XYZ 6.14 7.58 9.12 -
YUV 74.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 54 83 82 0.35 0 0.01 0.67 177.93 0.21 0.27
Hex 36 53 52 23 0 1 43 B2 15 1B
Octal 66 123 122 43 0 1 103 262 25 33
Binary 110110 1010011 1010010 100011 0 1 1000011 10110010 10101 11011

Color Harmonies of #365352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365352

Black with #365352

Text Example


Text Example

White with #365352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365352; }

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

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

background-color css

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

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

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

border-color css

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

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

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