#2A89C1

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

Shades of Curious Blue #2A89C1

Tints of Curious Blue #2A89C1

Color information

#2A89C1 (or 0x2A89C1) is unknown color: approx Curious Blue. HEX triplet: 2A, 89 and C1. RGB value is (42,137,193). Sum of RGB (Red+Green+Blue) = 42+137+193=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A89C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A89C1 is #D5763E. Grayscale: #727272. Windows color (decimal): -13989439 or 12683562. OLE color: 12683562.

HSL color Cylindrical-coordinate representation of color #2A89C1: hue angle of 202.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A89C1 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB42137193-
CMYK0.780.2900.24
HSL202.25º64.26%46.08%-
HSV(B)202.25º78.24%75.69%-
XYZ19.5322.2353.71-
YUV114.98172.0375.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.29%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=11.29%
G=36.83%
B=51.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421371930.780.2900.24202.2564.2646.08
Hex2A89C14E1D018ca402e
Octal522113011163503031210056
Binary1010101000100111000001100111011101011000110010101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A89C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,137,193); }

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

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

 a { background-color: rgb(42,137,193); }

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

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

 span { border-color: rgb(42,137,193); }

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