Html Css Color HEX #2B6371 Blumine

📋 copy color: '#2B6371'

red 43 ◦ green 99 ◦ blue 113

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

Shades of Blumine #2B6371

Tints of Blumine #2B6371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 16.86%
G = 38.82%
B = 44.31%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B6371 (or 0x2B6371) is known color: Blumine. HEX triplet: 2B, 63 and 71. RGB value is (43,99,113). Sum of RGB (Red+Green+Blue) = 43+99+113=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B6371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6371 is #D49C8E. Grayscale: #535353. Windows color (decimal): -13933711 or 7430955. OLE color: 7430955.

HSL color Cylindrical-coordinate representation of color #2B6371: hue angle of 192º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6371 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 99 113 -
CMYK 0.62 0.12 0 0.56
HSL 192º 0.45% 0.31% -
HSV(B) 192º 0.62% 0.44% -
XYZ 8.44 10.63 17.23 -
YUV 83.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 43 99 113 0.62 0.12 0 0.56 192 0.45 0.31
Hex 2B 63 71 3E C 0 38 C0 2D 1F
Octal 53 143 161 76 14 0 70 300 55 37
Binary 101011 1100011 1110001 111110 1100 0 111000 11000000 101101 11111

Color Harmonies of #2B6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6371

Black with #2B6371

Text Example


Text Example

White with #2B6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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