Html Css Color HEX #366374 Blumine

📋 copy color: '#366374'

red 54 ◦ green 99 ◦ blue 116

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

Shades of Blumine #366374

Tints of Blumine #366374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 20.07%
G = 36.8%
B = 43.12%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366374 (or 0x366374) is known color: Blumine. HEX triplet: 36, 63 and 74. RGB value is (54,99,116). Sum of RGB (Red+Green+Blue) = 54+99+116=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #366374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366374 is #C99C8B. Grayscale: #575757. Windows color (decimal): -13212812 or 7627574. OLE color: 7627574.

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

Color convert

RGB 54 99 116 -
CMYK 0.53 0.15 0 0.55
HSL 196.45º 0.36% 0.33% -
HSV(B) 196.45º 0.53% 0.45% -
XYZ 9.14 10.97 18.16 -
YUV 87.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 54 99 116 0.53 0.15 0 0.55 196.45 0.36 0.33
Hex 36 63 74 35 F 0 37 C4 24 21
Octal 66 143 164 65 17 0 67 304 44 41
Binary 110110 1100011 1110100 110101 1111 0 110111 11000100 100100 100001

Color Harmonies of #366374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366374

Black with #366374

Text Example


Text Example

White with #366374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366374; }

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

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

background-color css

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

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

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

border-color css

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

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

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