Html Css Color HEX #2B636E Blumine

📋 copy color: '#2B636E'

red 43 ◦ green 99 ◦ blue 110

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

Shades of Blumine #2B636E

Tints of Blumine #2B636E

RGB

 RED value IS 43 (17.19% from 255) = 17.06%

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

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 17.06%
G = 39.29%
B = 43.65%

CMYK

 C value IS 0.61

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B636E (or 0x2B636E) is known color: Blumine. HEX triplet: 2B, 63 and 6E. RGB value is (43,99,110). Sum of RGB (Red+Green+Blue) = 43+99+110=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B636E is #D49C91. Grayscale: #535353. Windows color (decimal): -13933714 or 7234347. OLE color: 7234347.

HSL color Cylindrical-coordinate representation of color #2B636E: hue angle of 189.85º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B636E is Cyan = 0.61, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 99 110 -
CMYK 0.61 0.1 0 0.57
HSL 189.85º 0.44% 0.3% -
HSV(B) 189.85º 0.61% 0.43% -
XYZ 8.27 10.56 16.35 -
YUV 83.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 43 99 110 0.61 0.1 0 0.57 189.85 0.44 0.3
Hex 2B 63 6E 3D A 0 39 BE 2C 1E
Octal 53 143 156 75 12 0 71 276 54 36
Binary 101011 1100011 1101110 111101 1010 0 111001 10111110 101100 11110

Color Harmonies of #2B636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B636E

Black with #2B636E

Text Example


Text Example

White with #2B636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,99,110); }

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

background-color css

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

 a { background-color: rgb(43,99,110); }

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

border-color css

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

 span { border-color: rgb(43,99,110); }

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