Html Css Color HEX #365B72 Blumine

📋 copy color: '#365B72'

red 54 ◦ green 91 ◦ blue 114

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

Shades of Blumine #365B72

Tints of Blumine #365B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 20.85%
G = 35.14%
B = 44.02%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365B72 (or 0x365B72) is known color: Blumine. HEX triplet: 36, 5B and 72. RGB value is (54,91,114). Sum of RGB (Red+Green+Blue) = 54+91+114=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #365B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B72 is #C9A48D. Grayscale: #525252. Windows color (decimal): -13214862 or 7494454. OLE color: 7494454.

HSL color Cylindrical-coordinate representation of color #365B72: hue angle of 203º 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 #365B72 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 91 114 -
CMYK 0.53 0.20 0 0.55
HSL 203º 0.36% 0.33% -
HSV(B) 203º 0.53% 0.45% -
XYZ 8.3 9.48 17.31 -
YUV 82.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 54 91 114 0.53 0.20 0 0.55 203 0.36 0.33
Hex 36 5B 72 35 14 0 37 CB 24 21
Octal 66 133 162 65 24 0 67 313 44 41
Binary 110110 1011011 1110010 110101 10100 0 110111 11001011 100100 100001

Color Harmonies of #365B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B72

Black with #365B72

Text Example


Text Example

White with #365B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,114); }

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

background-color css

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

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

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

border-color css

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

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

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