#2B7BB4

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

Shades of Curious Blue #2B7BB4

Tints of Curious Blue #2B7BB4

Color information

#2B7BB4 (or 0x2B7BB4) is unknown color: approx Curious Blue. HEX triplet: 2B, 7B and B4. RGB value is (43,123,180). Sum of RGB (Red+Green+Blue) = 43+123+180=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B7BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BB4 is #D4844B. Grayscale: #696969. Windows color (decimal): -13927500 or 11828011. OLE color: 11828011.

HSL color Cylindrical-coordinate representation of color #2B7BB4: hue angle of 204.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B7BB4 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB43123180-
CMYK0.760.3200.29
HSL204.96º61.43%43.73%-
HSV(B)204.96º76.11%70.59%-
XYZ16.3217.9745.79-
YUV105.5817083.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=12.43%
G=35.55%
B=52.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431231800.760.3200.29204.9661.4343.73
Hex2B7BB44C2001Dcd3d2c
Octal53173264114400353157554
Binary101011111101110110100100110010000001110111001101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,123,180); }

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

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

 a { background-color: rgb(43,123,180); }

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

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

 span { border-color: rgb(43,123,180); }

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