Html Css Color HEX #2B6076 Blumine

📋 copy color: '#2B6076'

red 43 ◦ green 96 ◦ blue 118

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

Shades of Blumine #2B6076

Tints of Blumine #2B6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 16.73%
G = 37.35%
B = 45.91%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B6076 (or 0x2B6076) is known color: Blumine. HEX triplet: 2B, 60 and 76. RGB value is (43,96,118). Sum of RGB (Red+Green+Blue) = 43+96+118=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6076 is #D49F89. Grayscale: #525252. Windows color (decimal): -13934474 or 7757867. OLE color: 7757867.

HSL color Cylindrical-coordinate representation of color #2B6076: hue angle of 197.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6076 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 96 118 -
CMYK 0.64 0.19 0 0.54
HSL 197.6º 0.47% 0.32% -
HSV(B) 197.6º 0.64% 0.46% -
XYZ 8.45 10.19 18.66 -
YUV 82.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 43 96 118 0.64 0.19 0 0.54 197.6 0.47 0.32
Hex 2B 60 76 40 13 0 36 C6 2F 20
Octal 53 140 166 100 23 0 66 306 57 40
Binary 101011 1100000 1110110 1000000 10011 0 110110 11000110 101111 100000

Color Harmonies of #2B6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6076

Black with #2B6076

Text Example


Text Example

White with #2B6076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,118); }

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

background-color css

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

 a { background-color: rgb(43,96,118); }

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

border-color css

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

 span { border-color: rgb(43,96,118); }

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