Html Css Color HEX #365753 Blue Dianne

📋 copy color: '#365753'

red 54 ◦ green 87 ◦ blue 83

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

Shades of Blue Dianne #365753

Tints of Blue Dianne #365753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 24.11%
G = 38.84%
B = 37.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#365753 (or 0x365753) is known color: Blue Dianne. HEX triplet: 36, 57 and 53. RGB value is (54,87,83). Sum of RGB (Red+Green+Blue) = 54+87+83=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #365753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365753 is #C9A8AC. Grayscale: #4C4C4C. Windows color (decimal): -13215917 or 5461814. OLE color: 5461814.

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

Color convert

RGB 54 87 83 -
CMYK 0.38 0 0.05 0.66
HSL 172.73º 0.23% 0.28% -
HSV(B) 172.73º 0.38% 0.34% -
XYZ 6.49 8.23 9.43 -
YUV 76.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 54 87 83 0.38 0 0.05 0.66 172.73 0.23 0.28
Hex 36 57 53 26 0 5 42 AD 17 1C
Octal 66 127 123 46 0 5 102 255 27 34
Binary 110110 1010111 1010011 100110 0 101 1000010 10101101 10111 11100

Color Harmonies of #365753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365753

Black with #365753

Text Example


Text Example

White with #365753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365753; }

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

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

background-color css

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

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

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

border-color css

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

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

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