#2A81BB

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

Shades of Curious Blue #2A81BB

Tints of Curious Blue #2A81BB

Color information

#2A81BB (or 0x2A81BB) is unknown color: approx Curious Blue. HEX triplet: 2A, 81 and BB. RGB value is (42,129,187). Sum of RGB (Red+Green+Blue) = 42+129+187=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A81BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A81BB is #D57E44. Grayscale: #6D6D6D. Windows color (decimal): -13991493 or 12288298. OLE color: 12288298.

HSL color Cylindrical-coordinate representation of color #2A81BB: hue angle of 204º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A81BB is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42129187-
CMYK0.780.3100.27
HSL204º63.32%44.9%-
HSV(B)204º77.54%73.33%-
XYZ17.7719.7849.89-
YUV109.6171.6879.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.73%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=11.73%
G=36.03%
B=52.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421291870.780.3100.2720463.3244.9
Hex2A81BB4E1F01Bcc3f2d
Octal52201273116370333147755
Binary101010100000011011101110011101111101101111001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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