#2B7FAD

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

Shades of Curious Blue #2B7FAD

Tints of Curious Blue #2B7FAD

Color information

#2B7FAD (or 0x2B7FAD) is unknown color: approx Curious Blue. HEX triplet: 2B, 7F and AD. RGB value is (43,127,173). Sum of RGB (Red+Green+Blue) = 43+127+173=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B7FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7FAD is #D48052. Grayscale: #6A6A6A. Windows color (decimal): -13926483 or 11370283. OLE color: 11370283.

HSL color Cylindrical-coordinate representation of color #2B7FAD: hue angle of 201.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7FAD is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43127173-
CMYK0.750.2700.32
HSL201.23º60.19%42.35%-
HSV(B)201.23º75.14%67.84%-
XYZ16.1318.7142.3-
YUV107.13165.1782.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.54%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=12.54%
G=37.03%
B=50.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431271730.750.2700.32201.2360.1942.35
Hex2B7FAD4B1B020c93c2a
Octal53177255113330403117452
Binary101011111111110101101100101111011010000011001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,127,173); }

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

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

 a { background-color: rgb(43,127,173); }

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

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

 span { border-color: rgb(43,127,173); }

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