#2B7EB9

Color #2B7EB9 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2B7EB9

Tints of Curious Blue #2B7EB9

Color information

#2B7EB9 (or 0x2B7EB9) is unknown color: approx Curious Blue. HEX triplet: 2B, 7E and B9. RGB value is (43,126,185). Sum of RGB (Red+Green+Blue) = 43+126+185=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B7EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7EB9 is #D48146. Grayscale: #6B6B6B. Windows color (decimal): -13926727 or 12156459. OLE color: 12156459.

HSL color Cylindrical-coordinate representation of color #2B7EB9: hue angle of 204.93º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7EB9 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43126185-
CMYK0.770.3200.27
HSL204.93º62.28%44.71%-
HSV(B)204.93º76.76%72.55%-
XYZ17.2118.9448.65-
YUV107.91171.581.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 185 (72.66% from 255) = 52.26%
R=12.15%
G=35.59%
B=52.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431261850.770.3200.27204.9362.2844.71
Hex2B7EB94D2001Bcd3e2d
Octal53176271115400333157655
Binary101011111111010111001100110110000001101111001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,185); }

 H1.HeaderClassName
 {
   color: #2B7EB9;
 }
 .AnyTagClassName
 {
   color: #2B7EB9;
 }
</style>
background-color css

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

 a { background-color: rgb(43,126,185); }

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

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

 span { border-color: rgb(43,126,185); }

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