Html Css Color HEX #365A73 Blumine

📋 copy color: '#365A73'

red 54 ◦ green 90 ◦ blue 115

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

Shades of Blumine #365A73

Tints of Blumine #365A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 20.85%
G = 34.75%
B = 44.4%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365A73 (or 0x365A73) is known color: Blumine. HEX triplet: 36, 5A and 73. RGB value is (54,90,115). Sum of RGB (Red+Green+Blue) = 54+90+115=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #365A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A73 is #C9A58C. Grayscale: #515151. Windows color (decimal): -13215117 or 7559734. OLE color: 7559734.

HSL color Cylindrical-coordinate representation of color #365A73: hue angle of 204.59º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365A73 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 90 115 -
CMYK 0.53 0.22 0 0.55
HSL 204.59º 0.36% 0.33% -
HSV(B) 204.59º 0.53% 0.45% -
XYZ 8.27 9.33 17.59 -
YUV 82.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 54 90 115 0.53 0.22 0 0.55 204.59 0.36 0.33
Hex 36 5A 73 35 16 0 37 CD 24 21
Octal 66 132 163 65 26 0 67 315 44 41
Binary 110110 1011010 1110011 110101 10110 0 110111 11001101 100100 100001

Color Harmonies of #365A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A73

Black with #365A73

Text Example


Text Example

White with #365A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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