Html Css Color HEX #366672 Blumine

📋 copy color: '#366672'

red 54 ◦ green 102 ◦ blue 114

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

Shades of Blumine #366672

Tints of Blumine #366672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 20%
G = 37.78%
B = 42.22%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366672 (or 0x366672) is known color: Blumine. HEX triplet: 36, 66 and 72. RGB value is (54,102,114). Sum of RGB (Red+Green+Blue) = 54+102+114=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #366672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366672 is #C9998D. Grayscale: #585858. Windows color (decimal): -13212046 or 7497270. OLE color: 7497270.

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

Color convert

RGB 54 102 114 -
CMYK 0.53 0.11 0 0.55
HSL 192º 0.36% 0.33% -
HSV(B) 192º 0.53% 0.45% -
XYZ 9.31 11.5 17.65 -
YUV 89.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 54 102 114 0.53 0.11 0 0.55 192 0.36 0.33
Hex 36 66 72 35 B 0 37 C0 24 21
Octal 66 146 162 65 13 0 67 300 44 41
Binary 110110 1100110 1110010 110101 1011 0 110111 11000000 100100 100001

Color Harmonies of #366672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366672

Black with #366672

Text Example


Text Example

White with #366672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366672; }

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

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

background-color css

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

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

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

border-color css

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

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

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