#2A7ABE

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

Shades of Curious Blue #2A7ABE

Tints of Curious Blue #2A7ABE

Color information

#2A7ABE (or 0x2A7ABE) is unknown color: approx Curious Blue. HEX triplet: 2A, 7A and BE. RGB value is (42,122,190). Sum of RGB (Red+Green+Blue) = 42+122+190=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7ABE is #D58541. Grayscale: #696969. Windows color (decimal): -13993282 or 12483114. OLE color: 12483114.

HSL color Cylindrical-coordinate representation of color #2A7ABE: hue angle of 207.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A7ABE is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42122190-
CMYK0.780.3600.25
HSL207.57º63.79%45.49%-
HSV(B)207.57º77.89%74.51%-
XYZ17.2118.1351.31-
YUV105.83175.582.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.86%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=11.86%
G=34.46%
B=53.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421221900.780.3600.25207.5763.7945.49
Hex2A7ABE4E24019d0402d
Octal521722761164403132010055
Binary1010101111010101111101001110100100011001110100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,122,190); }

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

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

 a { background-color: rgb(42,122,190); }

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

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

 span { border-color: rgb(42,122,190); }

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