#2A4CBA

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

Shades of Cerulean Blue #2A4CBA

Tints of Cerulean Blue #2A4CBA

Color information

#2A4CBA (or 0x2A4CBA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and BA. RGB value is (42,76,186). Sum of RGB (Red+Green+Blue) = 42+76+186=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CBA is #D5B345. Grayscale: #4D4D4D. Windows color (decimal): -14005062 or 12209194. OLE color: 12209194.

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

Color convert

RGB4276186-
CMYK0.770.5900.27
HSL225.83º63.16%44.71%-
HSV(B)225.83º77.42%72.94%-
XYZ12.49.2147.58-
YUV78.37188.74102.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=13.82%
G=25%
B=61.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42761860.770.5900.27225.8363.1644.71
Hex2A4CBA4D3B01Be23f2d
Octal52114272115730333427755
Binary101010100110010111010100110111101101101111100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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