Html Css Color HEX #366372 Blumine

📋 copy color: '#366372'

red 54 ◦ green 99 ◦ blue 114

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

Shades of Blumine #366372

Tints of Blumine #366372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 20.22%
G = 37.08%
B = 42.7%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366372 (or 0x366372) is known color: Blumine. HEX triplet: 36, 63 and 72. RGB value is (54,99,114). Sum of RGB (Red+Green+Blue) = 54+99+114=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #366372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366372 is #C99C8D. Grayscale: #575757. Windows color (decimal): -13212814 or 7496502. OLE color: 7496502.

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

Color convert

RGB 54 99 114 -
CMYK 0.53 0.13 0 0.55
HSL 195º 0.36% 0.33% -
HSV(B) 195º 0.53% 0.45% -
XYZ 9.02 10.92 17.55 -
YUV 87.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 54 99 114 0.53 0.13 0 0.55 195 0.36 0.33
Hex 36 63 72 35 D 0 37 C3 24 21
Octal 66 143 162 65 15 0 67 303 44 41
Binary 110110 1100011 1110010 110101 1101 0 110111 11000011 100100 100001

Color Harmonies of #366372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366372

Black with #366372

Text Example


Text Example

White with #366372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366372; }

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

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

background-color css

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

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

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

border-color css

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

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

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