Html Css Color HEX #364B49 Blue Dianne

📋 copy color: '#364B49'

red 54 ◦ green 75 ◦ blue 73

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

Shades of Blue Dianne #364B49

Tints of Blue Dianne #364B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 26.73%
G = 37.13%
B = 36.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#364B49 (or 0x364B49) is known color: Blue Dianne. HEX triplet: 36, 4B and 49. RGB value is (54,75,73). Sum of RGB (Red+Green+Blue) = 54+75+73=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 75 - color contains mainly: green. Hex color #364B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B49 is #C9B4B6. Grayscale: #444444. Windows color (decimal): -13218999 or 4803382. OLE color: 4803382.

HSL color Cylindrical-coordinate representation of color #364B49: hue angle of 174.29º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #364B49 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 73 -
CMYK 0.28 0 0.03 0.71
HSL 174.29º 0.16% 0.25% -
HSV(B) 174.29º 0.28% 0.29% -
XYZ 5.24 6.3 7.24 -
YUV 68.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 54 75 73 0.28 0 0.03 0.71 174.29 0.16 0.25
Hex 36 4B 49 1C 0 3 47 AE 10 19
Octal 66 113 111 34 0 3 107 256 20 31
Binary 110110 1001011 1001001 11100 0 11 1000111 10101110 10000 11001

Color Harmonies of #364B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B49

Black with #364B49

Text Example


Text Example

White with #364B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B49; }

 p { color: rgb(54,75,73); }

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

background-color css

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

 a { background-color: rgb(54,75,73); }

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

border-color css

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

 span { border-color: rgb(54,75,73); }

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