Html Css Color HEX #2B6272 Blumine

📋 copy color: '#2B6272'

red 43 ◦ green 98 ◦ blue 114

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

Shades of Blumine #2B6272

Tints of Blumine #2B6272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 16.86%
G = 38.43%
B = 44.71%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B6272 (or 0x2B6272) is known color: Blumine. HEX triplet: 2B, 62 and 72. RGB value is (43,98,114). Sum of RGB (Red+Green+Blue) = 43+98+114=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B6272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6272 is #D49D8D. Grayscale: #535353. Windows color (decimal): -13933966 or 7496235. OLE color: 7496235.

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

Color convert

RGB 43 98 114 -
CMYK 0.62 0.14 0 0.55
HSL 193.52º 0.45% 0.31% -
HSV(B) 193.52º 0.62% 0.45% -
XYZ 8.4 10.46 17.5 -
YUV 83.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 43 98 114 0.62 0.14 0 0.55 193.52 0.45 0.31
Hex 2B 62 72 3E E 0 37 C2 2D 1F
Octal 53 142 162 76 16 0 67 302 55 37
Binary 101011 1100010 1110010 111110 1110 0 110111 11000010 101101 11111

Color Harmonies of #2B6272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6272

Black with #2B6272

Text Example


Text Example

White with #2B6272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,114); }

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

background-color css

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

 a { background-color: rgb(43,98,114); }

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

border-color css

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

 span { border-color: rgb(43,98,114); }

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