#2A4BBA

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

Shades of Cerulean Blue #2A4BBA

Tints of Cerulean Blue #2A4BBA

Color information

#2A4BBA (or 0x2A4BBA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4B and BA. RGB value is (42,75,186). Sum of RGB (Red+Green+Blue) = 42+75+186=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A4BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4BBA is #D5B445. Grayscale: #4D4D4D. Windows color (decimal): -14005318 or 12208938. OLE color: 12208938.

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

Color convert

RGB4275186-
CMYK0.770.6000.27
HSL226.25º63.16%44.71%-
HSV(B)226.25º77.42%72.94%-
XYZ12.339.0747.55-
YUV77.79189.07102.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=13.86%
G=24.75%
B=61.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42751860.770.6000.27226.2563.1644.71
Hex2A4BBA4D3C01Be23f2d
Octal52113272115740333427755
Binary101010100101110111010100110111110001101111100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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