Html Css Color HEX #365450 Blue Dianne

📋 copy color: '#365450'

red 54 ◦ green 84 ◦ blue 80

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

Shades of Blue Dianne #365450

Tints of Blue Dianne #365450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 24.77%
G = 38.53%
B = 36.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#365450 (or 0x365450) is known color: Blue Dianne. HEX triplet: 36, 54 and 50. RGB value is (54,84,80). Sum of RGB (Red+Green+Blue) = 54+84+80=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #365450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365450 is #C9ABAF. Grayscale: #4A4A4A. Windows color (decimal): -13216688 or 5264438. OLE color: 5264438.

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

Color convert

RGB 54 84 80 -
CMYK 0.36 0 0.05 0.67
HSL 172º 0.22% 0.27% -
HSV(B) 172º 0.36% 0.33% -
XYZ 6.14 7.7 8.75 -
YUV 74.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 54 84 80 0.36 0 0.05 0.67 172 0.22 0.27
Hex 36 54 50 24 0 5 43 AC 16 1B
Octal 66 124 120 44 0 5 103 254 26 33
Binary 110110 1010100 1010000 100100 0 101 1000011 10101100 10110 11011

Color Harmonies of #365450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365450

Black with #365450

Text Example


Text Example

White with #365450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365450; }

 p { color: rgb(54,84,80); }

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

background-color css

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

 a { background-color: rgb(54,84,80); }

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

border-color css

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

 span { border-color: rgb(54,84,80); }

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