#2A43BF

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

Shades of Cerulean Blue #2A43BF

Tints of Cerulean Blue #2A43BF

Color information

#2A43BF (or 0x2A43BF) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 43 and BF. RGB value is (42,67,191). Sum of RGB (Red+Green+Blue) = 42+67+191=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A43BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A43BF is #D5BC40. Grayscale: #494949. Windows color (decimal): -14007361 or 12534570. OLE color: 12534570.

HSL color Cylindrical-coordinate representation of color #2A43BF: hue angle of 229.93º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A43BF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4267191-
CMYK0.780.6500.25
HSL229.93º63.95%45.69%-
HSV(B)229.93º78.01%74.9%-
XYZ12.378.2750.23-
YUV73.66194.22105.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=14%
G=22.33%
B=63.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42671910.780.6500.25229.9363.9545.69
Hex2A43BF4E41019e6402e
Octal5210327711610103134610056
Binary10101010000111011111110011101000001011001111001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A43BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,191); }

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

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

 a { background-color: rgb(42,67,191); }

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

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

 span { border-color: rgb(42,67,191); }

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