#2A7BBA

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

Shades of Curious Blue #2A7BBA

Tints of Curious Blue #2A7BBA

Color information

#2A7BBA (or 0x2A7BBA) is unknown color: approx Curious Blue. HEX triplet: 2A, 7B and BA. RGB value is (42,123,186). Sum of RGB (Red+Green+Blue) = 42+123+186=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7BBA is #D58445. Grayscale: #696969. Windows color (decimal): -13993030 or 12221226. OLE color: 12221226.

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

Color convert

RGB42123186-
CMYK0.770.3400.27
HSL206.25º63.16%44.71%-
HSV(B)206.25º77.42%72.94%-
XYZ16.918.249.08-
YUV105.96173.1682.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=11.97%
G=35.04%
B=52.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421231860.770.3400.27206.2563.1644.71
Hex2A7BBA4D2201Bce3f2d
Octal52173272115420333167755
Binary101010111101110111010100110110001001101111001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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