Html Css Color HEX #365A53 Blue Dianne

📋 copy color: '#365A53'

red 54 ◦ green 90 ◦ blue 83

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

Shades of Blue Dianne #365A53

Tints of Blue Dianne #365A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

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

R = 23.79%
G = 39.65%
B = 36.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#365A53 (or 0x365A53) is known color: Blue Dianne. HEX triplet: 36, 5A and 53. RGB value is (54,90,83). Sum of RGB (Red+Green+Blue) = 54+90+83=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #365A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A53 is #C9A5AC. Grayscale: #4E4E4E. Windows color (decimal): -13215149 or 5462582. OLE color: 5462582.

HSL color Cylindrical-coordinate representation of color #365A53: hue angle of 168.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A53 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 83 -
CMYK 0.40 0 0.08 0.65
HSL 168.33º 0.25% 0.28% -
HSV(B) 168.33º 0.4% 0.35% -
XYZ 6.74 8.72 9.51 -
YUV 78.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 54 90 83 0.40 0 0.08 0.65 168.33 0.25 0.28
Hex 36 5A 53 28 0 8 41 A8 19 1C
Octal 66 132 123 50 0 10 101 250 31 34
Binary 110110 1011010 1010011 101000 0 1000 1000001 10101000 11001 11100

Color Harmonies of #365A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A53

Black with #365A53

Text Example


Text Example

White with #365A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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