#2B7CB8

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

Shades of Curious Blue #2B7CB8

Tints of Curious Blue #2B7CB8

Color information

#2B7CB8 (or 0x2B7CB8) is unknown color: approx Curious Blue. HEX triplet: 2B, 7C and B8. RGB value is (43,124,184). Sum of RGB (Red+Green+Blue) = 43+124+184=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #2B7CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CB8 is #D48347. Grayscale: #6A6A6A. Windows color (decimal): -13927240 or 12090411. OLE color: 12090411.

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

Color convert

RGB43124184-
CMYK0.770.3300.28
HSL205.53º62.11%44.51%-
HSV(B)205.53º76.63%72.16%-
XYZ16.8618.3948.01-
YUV106.62171.6682.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.25%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=12.25%
G=35.33%
B=52.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431241840.770.3300.28205.5362.1144.51
Hex2B7CB84D2101Cce3e2d
Octal53174270115410343167655
Binary101011111110010111000100110110000101110011001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,124,184); }

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

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

 a { background-color: rgb(43,124,184); }

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

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

 span { border-color: rgb(43,124,184); }

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