Html Css Color HEX #2B6573 Blumine

📋 copy color: '#2B6573'

red 43 ◦ green 101 ◦ blue 115

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

Shades of Blumine #2B6573

Tints of Blumine #2B6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 16.6%
G = 39%
B = 44.4%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B6573 (or 0x2B6573) is known color: Blumine. HEX triplet: 2B, 65 and 73. RGB value is (43,101,115). Sum of RGB (Red+Green+Blue) = 43+101+115=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6573 is #D49A8C. Grayscale: #555555. Windows color (decimal): -13933197 or 7562539. OLE color: 7562539.

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

Color convert

RGB 43 101 115 -
CMYK 0.63 0.12 0 0.55
HSL 191.67º 0.46% 0.31% -
HSV(B) 191.67º 0.63% 0.45% -
XYZ 8.74 11.06 17.89 -
YUV 85.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 43 101 115 0.63 0.12 0 0.55 191.67 0.46 0.31
Hex 2B 65 73 3F C 0 37 C0 2E 1F
Octal 53 145 163 77 14 0 67 300 56 37
Binary 101011 1100101 1110011 111111 1100 0 110111 11000000 101110 11111

Color Harmonies of #2B6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6573

Black with #2B6573

Text Example


Text Example

White with #2B6573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,101,115); }

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

background-color css

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

 a { background-color: rgb(43,101,115); }

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

border-color css

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

 span { border-color: rgb(43,101,115); }

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