Html Css Color HEX #2B616F Blumine

📋 copy color: '#2B616F'

red 43 ◦ green 97 ◦ blue 111

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

Shades of Blumine #2B616F

Tints of Blumine #2B616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 17.13%
G = 38.65%
B = 44.22%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B616F (or 0x2B616F) is known color: Blumine. HEX triplet: 2B, 61 and 6F. RGB value is (43,97,111). Sum of RGB (Red+Green+Blue) = 43+97+111=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B616F is #D49E90. Grayscale: #525252. Windows color (decimal): -13934225 or 7299371. OLE color: 7299371.

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

Color convert

RGB 43 97 111 -
CMYK 0.61 0.13 0 0.56
HSL 192.35º 0.44% 0.3% -
HSV(B) 192.35º 0.61% 0.44% -
XYZ 8.14 10.21 16.58 -
YUV 82.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 43 97 111 0.61 0.13 0 0.56 192.35 0.44 0.3
Hex 2B 61 6F 3D D 0 38 C0 2C 1E
Octal 53 141 157 75 15 0 70 300 54 36
Binary 101011 1100001 1101111 111101 1101 0 111000 11000000 101100 11110

Color Harmonies of #2B616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B616F

Black with #2B616F

Text Example


Text Example

White with #2B616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,97,111); }

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

background-color css

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

 a { background-color: rgb(43,97,111); }

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

border-color css

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

 span { border-color: rgb(43,97,111); }

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