Html Css Color HEX #32636B Blumine

📋 copy color: '#32636B'

red 50 ◦ green 99 ◦ blue 107

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

Shades of Blumine #32636B

Tints of Blumine #32636B

RGB

 RED value IS 50 (19.92% from 255) = 19.53%

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 19.53%
G = 38.67%
B = 41.8%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32636B (or 0x32636B) is known color: Blumine. HEX triplet: 32, 63 and 6B. RGB value is (50,99,107). Sum of RGB (Red+Green+Blue) = 50+99+107=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #32636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32636B is #CD9C94. Grayscale: #555555. Windows color (decimal): -13474965 or 7037746. OLE color: 7037746.

HSL color Cylindrical-coordinate representation of color #32636B: hue angle of 188.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32636B is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 99 107 -
CMYK 0.53 0.07 0 0.58
HSL 188.42º 0.36% 0.31% -
HSV(B) 188.42º 0.53% 0.42% -
XYZ 8.43 10.66 15.52 -
YUV 85.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 50 99 107 0.53 0.07 0 0.58 188.42 0.36 0.31
Hex 32 63 6B 35 7 0 3A BC 24 1F
Octal 62 143 153 65 7 0 72 274 44 37
Binary 110010 1100011 1101011 110101 111 0 111010 10111100 100100 11111

Color Harmonies of #32636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32636B

Black with #32636B

Text Example


Text Example

White with #32636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,99,107); }

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

background-color css

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

 a { background-color: rgb(50,99,107); }

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

border-color css

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

 span { border-color: rgb(50,99,107); }

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