#2A46B3

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

Shades of Cerulean Blue #2A46B3

Tints of Cerulean Blue #2A46B3

Color information

#2A46B3 (or 0x2A46B3) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 46 and B3. RGB value is (42,70,179). Sum of RGB (Red+Green+Blue) = 42+70+179=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 179 (70.31% from 255 or 61.51% from 291); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A46B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A46B3 is #D5B94C. Grayscale: #494949. Windows color (decimal): -14006605 or 11748906. OLE color: 11748906.

HSL color Cylindrical-coordinate representation of color #2A46B3: hue angle of 227.74º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A46B3 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4270179-
CMYK0.770.6100.30
HSL227.74º61.99%43.33%-
HSV(B)227.74º76.54%70.2%-
XYZ11.288.1343.62-
YUV74.05187.22105.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 179 (70.31% from 255) = 61.51%
R=14.43%
G=24.05%
B=61.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42701790.770.6100.30227.7461.9943.33
Hex2A46B34D3D01Ee43e2b
Octal52106263115750363447653
Binary101010100011010110011100110111110101111011100100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A46B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,70,179); }

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

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

 a { background-color: rgb(42,70,179); }

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

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

 span { border-color: rgb(42,70,179); }

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