Html Css Color HEX #366571 Blumine

📋 copy color: '#366571'

red 54 ◦ green 101 ◦ blue 113

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

Shades of Blumine #366571

Tints of Blumine #366571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 20.15%
G = 37.69%
B = 42.16%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366571 (or 0x366571) is known color: Blumine. HEX triplet: 36, 65 and 71. RGB value is (54,101,113). Sum of RGB (Red+Green+Blue) = 54+101+113=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #366571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366571 is #C99A8E. Grayscale: #585858. Windows color (decimal): -13212303 or 7431478. OLE color: 7431478.

HSL color Cylindrical-coordinate representation of color #366571: hue angle of 192.2º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366571 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 101 113 -
CMYK 0.52 0.11 0 0.56
HSL 192.2º 0.35% 0.33% -
HSV(B) 192.2º 0.52% 0.44% -
XYZ 9.16 11.28 17.32 -
YUV 88.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 54 101 113 0.52 0.11 0 0.56 192.2 0.35 0.33
Hex 36 65 71 34 B 0 38 C0 23 21
Octal 66 145 161 64 13 0 70 300 43 41
Binary 110110 1100101 1110001 110100 1011 0 111000 11000000 100011 100001

Color Harmonies of #366571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366571

Black with #366571

Text Example


Text Example

White with #366571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366571; }

 p { color: rgb(54,101,113); }

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

background-color css

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

 a { background-color: rgb(54,101,113); }

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

border-color css

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

 span { border-color: rgb(54,101,113); }

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