#2a76bb

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

Shades of Curious Blue #2A76BB

Tints of Curious Blue #2A76BB

Color information

#2A76BB (or 0x2A76BB) is unknown color: approx Curious Blue. HEX triplet: 2A, 76 and BB. RGB value is (42,118,187). Sum of RGB (Red+Green+Blue) = 42+118+187=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A76BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A76BB is #D58944. Grayscale: #666666. Windows color (decimal): -13994309 or 12285482. OLE color: 12285482.

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

Color convert

RGB42118187-
CMYK0.780.3700.27
HSL208.55º63.32%44.9%-
HSV(B)208.55º77.54%73.33%-
XYZ16.417.0449.44-
YUV103.14175.3284.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=12.10%
G=34.01%
B=53.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421181870.780.3700.27208.5563.3244.9
Hex2A76BB4E2501Bd13f2d
Octal52166273116450333217755
Binary101010111011010111011100111010010101101111010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a76bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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