Html Css Color HEX #36616B Blumine

📋 copy color: '#36616B'

red 54 ◦ green 97 ◦ blue 107

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

Shades of Blumine #36616B

Tints of Blumine #36616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 20.93%
G = 37.6%
B = 41.47%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36616B (or 0x36616B) is known color: Blumine. HEX triplet: 36, 61 and 6B. RGB value is (54,97,107). Sum of RGB (Red+Green+Blue) = 54+97+107=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #36616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36616B is #C99E94. Grayscale: #555555. Windows color (decimal): -13213333 or 7037238. OLE color: 7037238.

HSL color Cylindrical-coordinate representation of color #36616B: hue angle of 191.32º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36616B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 97 107 -
CMYK 0.50 0.09 0 0.58
HSL 191.32º 0.33% 0.32% -
HSV(B) 191.32º 0.5% 0.42% -
XYZ 8.45 10.4 15.47 -
YUV 85.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 54 97 107 0.50 0.09 0 0.58 191.32 0.33 0.32
Hex 36 61 6B 32 9 0 3A BF 21 20
Octal 66 141 153 62 11 0 72 277 41 40
Binary 110110 1100001 1101011 110010 1001 0 111010 10111111 100001 100000

Color Harmonies of #36616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36616B

Black with #36616B

Text Example


Text Example

White with #36616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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