#2A7CBA

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

Shades of Curious Blue #2A7CBA

Tints of Curious Blue #2A7CBA

Color information

#2A7CBA (or 0x2A7CBA) is unknown color: approx Curious Blue. HEX triplet: 2A, 7C and BA. RGB value is (42,124,186). Sum of RGB (Red+Green+Blue) = 42+124+186=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A7CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7CBA is #D58345. Grayscale: #6A6A6A. Windows color (decimal): -13992774 or 12221482. OLE color: 12221482.

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

Color convert

RGB42124186-
CMYK0.770.3300.27
HSL205.83º63.16%44.71%-
HSV(B)205.83º77.42%72.94%-
XYZ17.0318.4549.12-
YUV106.55172.8381.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.93%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=11.93%
G=35.23%
B=52.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421241860.770.3300.27205.8363.1644.71
Hex2A7CBA4D2101Bce3f2d
Octal52174272115410333167755
Binary101010111110010111010100110110000101101111001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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