#2B7DBA

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

Shades of Curious Blue #2B7DBA

Tints of Curious Blue #2B7DBA

Color information

#2B7DBA (or 0x2B7DBA) is unknown color: approx Curious Blue. HEX triplet: 2B, 7D and BA. RGB value is (43,125,186). Sum of RGB (Red+Green+Blue) = 43+125+186=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B7DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DBA is #D48245. Grayscale: #6B6B6B. Windows color (decimal): -13926982 or 12221739. OLE color: 12221739.

HSL color Cylindrical-coordinate representation of color #2B7DBA: hue angle of 205.59º 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 #2B7DBA is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43125186-
CMYK0.770.3300.27
HSL205.59º62.45%44.9%-
HSV(B)205.59º76.88%72.94%-
XYZ17.1918.7349.16-
YUV107.44172.3382.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=12.15%
G=35.31%
B=52.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431251860.770.3300.27205.5962.4544.9
Hex2B7DBA4D2101Bce3e2d
Octal53175272115410333167655
Binary101011111110110111010100110110000101101111001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,125,186); }

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

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

 a { background-color: rgb(43,125,186); }

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

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

 span { border-color: rgb(43,125,186); }

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