Html Css Color HEX #36586C Blumine

📋 copy color: '#36586C'

red 54 ◦ green 88 ◦ blue 108

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

Shades of Blumine #36586C

Tints of Blumine #36586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 21.6%
G = 35.2%
B = 43.2%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36586C (or 0x36586C) is known color: Blumine. HEX triplet: 36, 58 and 6C. RGB value is (54,88,108). Sum of RGB (Red+Green+Blue) = 54+88+108=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #36586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36586C is #C9A793. Grayscale: #4F4F4F. Windows color (decimal): -13215636 or 7100470. OLE color: 7100470.

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

Color convert

RGB 54 88 108 -
CMYK 0.50 0.19 0 0.58
HSL 202.22º 0.33% 0.32% -
HSV(B) 202.22º 0.5% 0.42% -
XYZ 7.72 8.85 15.49 -
YUV 80.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 54 88 108 0.50 0.19 0 0.58 202.22 0.33 0.32
Hex 36 58 6C 32 13 0 3A CA 21 20
Octal 66 130 154 62 23 0 72 312 41 40
Binary 110110 1011000 1101100 110010 10011 0 111010 11001010 100001 100000

Color Harmonies of #36586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36586C

Black with #36586C

Text Example


Text Example

White with #36586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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