#2B7CBD

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

Shades of Curious Blue #2B7CBD

Tints of Curious Blue #2B7CBD

Color information

#2B7CBD (or 0x2B7CBD) is unknown color: approx Curious Blue. HEX triplet: 2B, 7C and BD. RGB value is (43,124,189). Sum of RGB (Red+Green+Blue) = 43+124+189=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B7CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CBD is #D48342. Grayscale: #6A6A6A. Windows color (decimal): -13927235 or 12418091. OLE color: 12418091.

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

Color convert

RGB43124189-
CMYK0.770.3400.26
HSL206.71º62.93%45.49%-
HSV(B)206.71º77.25%74.12%-
XYZ17.3918.650.82-
YUV107.19174.1682.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.08%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=12.08%
G=34.83%
B=53.09%

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
Decimal431241890.770.3400.26206.7162.9345.49
Hex2B7CBD4D2201Acf3f2d
Octal53174275115420323177755
Binary101011111110010111101100110110001001101011001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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