#2B7DBD

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

Shades of Curious Blue #2B7DBD

Tints of Curious Blue #2B7DBD

Color information

#2B7DBD (or 0x2B7DBD) is unknown color: approx Curious Blue. HEX triplet: 2B, 7D and BD. RGB value is (43,125,189). Sum of RGB (Red+Green+Blue) = 43+125+189=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DBD is #D48242. Grayscale: #6B6B6B. Windows color (decimal): -13926979 or 12418347. OLE color: 12418347.

HSL color Cylindrical-coordinate representation of color #2B7DBD: hue angle of 206.3º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7DBD is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB43125189-
CMYK0.770.3400.26
HSL206.3º62.93%45.49%-
HSV(B)206.3º77.25%74.12%-
XYZ17.5218.8550.86-
YUV107.78173.8381.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.04%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=12.04%
G=35.01%
B=52.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431251890.770.3400.26206.362.9345.49
Hex2B7DBD4D2201Ace3f2d
Octal53175275115420323167755
Binary101011111110110111101100110110001001101011001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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