Html Css Color HEX #366771 Blumine

📋 copy color: '#366771'

red 54 ◦ green 103 ◦ blue 113

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

Shades of Blumine #366771

Tints of Blumine #366771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

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

R = 20%
G = 38.15%
B = 41.85%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366771 (or 0x366771) is known color: Blumine. HEX triplet: 36, 67 and 71. RGB value is (54,103,113). Sum of RGB (Red+Green+Blue) = 54+103+113=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #366771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366771 is #C9988E. Grayscale: #595959. Windows color (decimal): -13211791 or 7431990. OLE color: 7431990.

HSL color Cylindrical-coordinate representation of color #366771: hue angle of 190.17º 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 #366771 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 103 113 -
CMYK 0.52 0.09 0 0.56
HSL 190.17º 0.35% 0.33% -
HSV(B) 190.17º 0.52% 0.44% -
XYZ 9.35 11.68 17.38 -
YUV 89.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 54 103 113 0.52 0.09 0 0.56 190.17 0.35 0.33
Hex 36 67 71 34 9 0 38 BE 23 21
Octal 66 147 161 64 11 0 70 276 43 41
Binary 110110 1100111 1110001 110100 1001 0 111000 10111110 100011 100001

Color Harmonies of #366771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366771

Black with #366771

Text Example


Text Example

White with #366771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366771; }

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

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

background-color css

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

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

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

border-color css

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

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

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