Html Css Color HEX #366169 Blumine

📋 copy color: '#366169'

red 54 ◦ green 97 ◦ blue 105

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

Shades of Blumine #366169

Tints of Blumine #366169

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 21.09%
G = 37.89%
B = 41.02%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#366169 (or 0x366169) is known color: Blumine. HEX triplet: 36, 61 and 69. RGB value is (54,97,105). Sum of RGB (Red+Green+Blue) = 54+97+105=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #366169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366169 is #C99E96. Grayscale: #545454. Windows color (decimal): -13213335 or 6906166. OLE color: 6906166.

HSL color Cylindrical-coordinate representation of color #366169: hue angle of 189.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366169 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 97 105 -
CMYK 0.49 0.08 0 0.59
HSL 189.41º 0.32% 0.31% -
HSV(B) 189.41º 0.49% 0.41% -
XYZ 8.35 10.35 14.92 -
YUV 85.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 54 97 105 0.49 0.08 0 0.59 189.41 0.32 0.31
Hex 36 61 69 31 8 0 3B BD 20 1F
Octal 66 141 151 61 10 0 73 275 40 37
Binary 110110 1100001 1101001 110001 1000 0 111011 10111101 100000 11111

Color Harmonies of #366169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366169

Black with #366169

Text Example


Text Example

White with #366169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366169; }

 p { color: rgb(54,97,105); }

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

background-color css

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

 a { background-color: rgb(54,97,105); }

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

border-color css

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

 span { border-color: rgb(54,97,105); }

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