Html Css Color HEX #365050 Blue Dianne

📋 copy color: '#365050'

red 54 ◦ green 80 ◦ blue 80

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

Shades of Blue Dianne #365050

Tints of Blue Dianne #365050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 25.23%
G = 37.38%
B = 37.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#365050 (or 0x365050) is known color: Blue Dianne. HEX triplet: 36, 50 and 50. RGB value is (54,80,80). Sum of RGB (Red+Green+Blue) = 54+80+80=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #365050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365050 is #C9AFAF. Grayscale: #484848. Windows color (decimal): -13217712 or 5263414. OLE color: 5263414.

HSL color Cylindrical-coordinate representation of color #365050: hue angle of 180º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #365050 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 80 -
CMYK 0.33 0 0 0.69
HSL 180º 0.19% 0.26% -
HSV(B) 180º 0.33% 0.31% -
XYZ 5.84 7.1 8.65 -
YUV 72.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 54 80 80 0.33 0 0 0.69 180 0.19 0.26
Hex 36 50 50 21 0 0 45 B4 13 1A
Octal 66 120 120 41 0 0 105 264 23 32
Binary 110110 1010000 1010000 100001 0 0 1000101 10110100 10011 11010

Color Harmonies of #365050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365050

Black with #365050

Text Example


Text Example

White with #365050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365050; }

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

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

background-color css

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

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

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

border-color css

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

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

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