Html Css Color HEX #36586B Blumine

📋 copy color: '#36586B'

red 54 ◦ green 88 ◦ blue 107

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

Shades of Blumine #36586B

Tints of Blumine #36586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 21.69%
G = 35.34%
B = 42.97%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36586B (or 0x36586B) is known color: Blumine. HEX triplet: 36, 58 and 6B. RGB value is (54,88,107). Sum of RGB (Red+Green+Blue) = 54+88+107=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #36586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36586B is #C9A794. Grayscale: #4F4F4F. Windows color (decimal): -13215637 or 7034934. OLE color: 7034934.

HSL color Cylindrical-coordinate representation of color #36586B: hue angle of 201.51º 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 #36586B is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 88 107 -
CMYK 0.50 0.18 0 0.58
HSL 201.51º 0.33% 0.32% -
HSV(B) 201.51º 0.5% 0.42% -
XYZ 7.66 8.83 15.21 -
YUV 80 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 54 88 107 0.50 0.18 0 0.58 201.51 0.33 0.32
Hex 36 58 6B 32 12 0 3A CA 21 20
Octal 66 130 153 62 22 0 72 312 41 40
Binary 110110 1011000 1101011 110010 10010 0 111010 11001010 100001 100000

Color Harmonies of #36586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36586B

Black with #36586B

Text Example


Text Example

White with #36586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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