Html Css Color HEX #2C636D Blumine

📋 copy color: '#2C636D'

red 44 ◦ green 99 ◦ blue 109

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

Shades of Blumine #2C636D

Tints of Blumine #2C636D

RGB

 RED value IS 44 (17.58% from 255) = 17.46%

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

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

R = 17.46%
G = 39.29%
B = 43.25%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2C636D (or 0x2C636D) is known color: Blumine. HEX triplet: 2C, 63 and 6D. RGB value is (44,99,109). Sum of RGB (Red+Green+Blue) = 44+99+109=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C636D is #D39C92. Grayscale: #535353. Windows color (decimal): -13868179 or 7168812. OLE color: 7168812.

HSL color Cylindrical-coordinate representation of color #2C636D: hue angle of 189.23º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C636D is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 99 109 -
CMYK 0.60 0.09 0 0.57
HSL 189.23º 0.42% 0.3% -
HSV(B) 189.23º 0.6% 0.43% -
XYZ 8.26 10.56 16.07 -
YUV 83.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 44 99 109 0.60 0.09 0 0.57 189.23 0.42 0.3
Hex 2C 63 6D 3C 9 0 39 BD 2A 1E
Octal 54 143 155 74 11 0 71 275 52 36
Binary 101100 1100011 1101101 111100 1001 0 111001 10111101 101010 11110

Color Harmonies of #2C636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C636D

Black with #2C636D

Text Example


Text Example

White with #2C636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C636D; }

 p { color: rgb(44,99,109); }

 H1.HeaderClassName
 {
   color: #2C636D;
 }
 .AnyTagClassName
 {
   color: #2C636D;
 }
</style>

background-color css

<style>
 a { background-color: #2C636D; }

 a { background-color: rgb(44,99,109); }

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

border-color css

<style>
 span { border-color: #2C636D; }

 span { border-color: rgb(44,99,109); }

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