#2B7EAD

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

Shades of Curious Blue #2B7EAD

Tints of Curious Blue #2B7EAD

Color information

#2B7EAD (or 0x2B7EAD) is unknown color: approx Curious Blue. HEX triplet: 2B, 7E and AD. RGB value is (43,126,173). Sum of RGB (Red+Green+Blue) = 43+126+173=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B7EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7EAD is #D48152. Grayscale: #6A6A6A. Windows color (decimal): -13926739 or 11370027. OLE color: 11370027.

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

Color convert

RGB43126173-
CMYK0.750.2700.32
HSL201.69º60.19%42.35%-
HSV(B)201.69º75.14%67.84%-
XYZ1618.4542.25-
YUV106.54165.582.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=12.57%
G=36.84%
B=50.58%

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
Decimal431261730.750.2700.32201.6960.1942.35
Hex2B7EAD4B1B020ca3c2a
Octal53176255113330403127452
Binary101011111111010101101100101111011010000011001010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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