#2A64BA

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

Shades of Cerulean Blue #2A64BA

Tints of Cerulean Blue #2A64BA

Color information

#2A64BA (or 0x2A64BA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 64 and BA. RGB value is (42,100,186). Sum of RGB (Red+Green+Blue) = 42+100+186=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A64BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64BA is #D59B45. Grayscale: #5C5C5C. Windows color (decimal): -13998918 or 12215338. OLE color: 12215338.

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

Color convert

RGB42100186-
CMYK0.770.4600.27
HSL215.83º63.16%44.71%-
HSV(B)215.83º77.42%72.94%-
XYZ14.3713.1548.24-
YUV92.46180.7892.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.80%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=12.80%
G=30.49%
B=56.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421001860.770.4600.27215.8363.1644.71
Hex2A64BA4D2E01Bd83f2d
Octal52144272115560333307755
Binary101010110010010111010100110110111001101111011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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