#2B7ABE

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

Shades of Curious Blue #2B7ABE

Tints of Curious Blue #2B7ABE

Color information

#2B7ABE (or 0x2B7ABE) is unknown color: approx Curious Blue. HEX triplet: 2B, 7A and BE. RGB value is (43,122,190). Sum of RGB (Red+Green+Blue) = 43+122+190=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7ABE is #D48541. Grayscale: #696969. Windows color (decimal): -13927746 or 12483115. OLE color: 12483115.

HSL color Cylindrical-coordinate representation of color #2B7ABE: hue angle of 207.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7ABE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB43122190-
CMYK0.770.3600.25
HSL207.76º63.09%45.69%-
HSV(B)207.76º77.37%74.51%-
XYZ17.2518.1551.31-
YUV106.13175.3382.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.11%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=12.11%
G=34.37%
B=53.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431221900.770.3600.25207.7663.0945.69
Hex2B7ABE4D24019d03f2e
Octal53172276115440313207756
Binary101011111101010111110100110110010001100111010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,190); }

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

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

 a { background-color: rgb(43,122,190); }

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

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

 span { border-color: rgb(43,122,190); }

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