#2A4ACC

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

Shades of Cerulean Blue #2A4ACC

Tints of Cerulean Blue #2A4ACC

Color information

#2A4ACC (or 0x2A4ACC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4A and CC. RGB value is (42,74,204). Sum of RGB (Red+Green+Blue) = 42+74+204=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A4ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4ACC is #D5B533. Grayscale: #4E4E4E. Windows color (decimal): -14005556 or 13388330. OLE color: 13388330.

HSL color Cylindrical-coordinate representation of color #2A4ACC: hue angle of 228.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A4ACC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4274204-
CMYK0.790.6400.2
HSL228.15º65.85%48.24%-
HSV(B)228.15º79.41%80%-
XYZ14.39.7558.25-
YUV79.25198.4101.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.12%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 204 (80.08% from 255) = 63.75%
R=13.12%
G=23.12%
B=63.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42742040.790.6400.2228.1565.8548.24
Hex2A4ACC4F40014e44230
Octal5211231411710002434410260
Binary10101010010101100110010011111000000010100111001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,204); }

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

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

 a { background-color: rgb(42,74,204); }

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

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

 span { border-color: rgb(42,74,204); }

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