#2A8ABA

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

Shades of Curious Blue #2A8ABA

Tints of Curious Blue #2A8ABA

Color information

#2A8ABA (or 0x2A8ABA) is unknown color: approx Curious Blue. HEX triplet: 2A, 8A and BA. RGB value is (42,138,186). Sum of RGB (Red+Green+Blue) = 42+138+186=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ABA is #D57545. Grayscale: #727272. Windows color (decimal): -13989190 or 12225066. OLE color: 12225066.

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

Color convert

RGB42138186-
CMYK0.770.2600.27
HSL200º63.16%44.71%-
HSV(B)200º77.42%72.94%-
XYZ18.9122.2149.75-
YUV114.77168.276.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.48%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=11.48%
G=37.70%
B=50.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421381860.770.2600.2720063.1644.71
Hex2A8ABA4D1A01Bc83f2d
Octal52212272115320333107755
Binary101010100010101011101010011011101001101111001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,138,186); }

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

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

 a { background-color: rgb(42,138,186); }

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

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

 span { border-color: rgb(42,138,186); }

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