Html Css Color HEX #36616D Blumine

📋 copy color: '#36616D'

red 54 ◦ green 97 ◦ blue 109

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

Shades of Blumine #36616D

Tints of Blumine #36616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 20.77%
G = 37.31%
B = 41.92%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36616D (or 0x36616D) is known color: Blumine. HEX triplet: 36, 61 and 6D. RGB value is (54,97,109). Sum of RGB (Red+Green+Blue) = 54+97+109=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #36616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36616D is #C99E92. Grayscale: #555555. Windows color (decimal): -13213331 or 7168310. OLE color: 7168310.

HSL color Cylindrical-coordinate representation of color #36616D: hue angle of 193.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36616D is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 97 109 -
CMYK 0.50 0.11 0 0.57
HSL 193.09º 0.34% 0.32% -
HSV(B) 193.09º 0.5% 0.43% -
XYZ 8.56 10.44 16.03 -
YUV 85.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 54 97 109 0.50 0.11 0 0.57 193.09 0.34 0.32
Hex 36 61 6D 32 B 0 39 C1 22 20
Octal 66 141 155 62 13 0 71 301 42 40
Binary 110110 1100001 1101101 110010 1011 0 111001 11000001 100010 100000

Color Harmonies of #36616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36616D

Black with #36616D

Text Example


Text Example

White with #36616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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