#2A4CCD

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

Shades of Cerulean Blue #2A4CCD

Tints of Cerulean Blue #2A4CCD

Color information

#2A4CCD (or 0x2A4CCD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and CD. RGB value is (42,76,205). Sum of RGB (Red+Green+Blue) = 42+76+205=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A4CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CCD is #D5B332. Grayscale: #4F4F4F. Windows color (decimal): -14005043 or 13454378. OLE color: 13454378.

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

Color convert

RGB4276205-
CMYK0.800.6300.20
HSL227.48º65.99%48.43%-
HSV(B)227.48º79.51%80.39%-
XYZ14.5610.0758.93-
YUV80.54198.24100.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 205 (80.47% from 255) = 63.47%
R=13.00%
G=23.53%
B=63.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42762050.800.6300.20227.4865.9948.43
Hex2A4CCD503F014e34230
Octal521143151207702434310260
Binary1010101001100110011011010000111111010100111000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,205); }

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

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

 a { background-color: rgb(42,76,205); }

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

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

 span { border-color: rgb(42,76,205); }

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