#2A81AD

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

Shades of Curious Blue #2A81AD

Tints of Curious Blue #2A81AD

Color information

#2A81AD (or 0x2A81AD) is unknown color: approx Curious Blue. HEX triplet: 2A, 81 and AD. RGB value is (42,129,173). Sum of RGB (Red+Green+Blue) = 42+129+173=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A81AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A81AD is #D57E52. Grayscale: #6B6B6B. Windows color (decimal): -13991507 or 11370794. OLE color: 11370794.

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

Color convert

RGB42129173-
CMYK0.760.2500.32
HSL200.15º60.93%42.16%-
HSV(B)200.15º75.72%67.84%-
XYZ16.3519.2142.38-
YUV108164.6880.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.21%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=12.21%
G=37.5%
B=50.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421291730.760.2500.32200.1560.9342.16
Hex2A81AD4C19020c83d2a
Octal52201255114310403107552
Binary1010101000000110101101100110011001010000011001000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,129,173); }

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

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

 a { background-color: rgb(42,129,173); }

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

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

 span { border-color: rgb(42,129,173); }

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