Html Css Color HEX #365350 Blue Dianne

📋 copy color: '#365350'

red 54 ◦ green 83 ◦ blue 80

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

Shades of Blue Dianne #365350

Tints of Blue Dianne #365350

RGB

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

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

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

R = 24.88%
G = 38.25%
B = 36.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#365350 (or 0x365350) is known color: Blue Dianne. HEX triplet: 36, 53 and 50. RGB value is (54,83,80). Sum of RGB (Red+Green+Blue) = 54+83+80=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #365350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365350 is #C9ACAF. Grayscale: #494949. Windows color (decimal): -13216944 or 5264182. OLE color: 5264182.

HSL color Cylindrical-coordinate representation of color #365350: hue angle of 173.79º 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 #365350 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 80 -
CMYK 0.35 0 0.04 0.67
HSL 173.79º 0.21% 0.27% -
HSV(B) 173.79º 0.35% 0.33% -
XYZ 6.06 7.55 8.73 -
YUV 73.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 54 83 80 0.35 0 0.04 0.67 173.79 0.21 0.27
Hex 36 53 50 23 0 4 43 AE 15 1B
Octal 66 123 120 43 0 4 103 256 25 33
Binary 110110 1010011 1010000 100011 0 100 1000011 10101110 10101 11011

Color Harmonies of #365350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365350

Black with #365350

Text Example


Text Example

White with #365350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365350; }

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

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

background-color css

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

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

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

border-color css

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

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

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