#2B46AA

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

Shades of Cerulean Blue #2B46AA

Tints of Cerulean Blue #2B46AA

Color information

#2B46AA (or 0x2B46AA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 46 and AA. RGB value is (43,70,170). Sum of RGB (Red+Green+Blue) = 43+70+170=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B46AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B46AA is #D4B955. Grayscale: #484848. Windows color (decimal): -13941078 or 11159083. OLE color: 11159083.

HSL color Cylindrical-coordinate representation of color #2B46AA: hue angle of 227.24º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B46AA is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4370170-
CMYK0.750.5900.33
HSL227.24º59.62%41.76%-
HSV(B)227.24º74.71%66.67%-
XYZ10.447.838.98-
YUV73.33182.55106.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 170 (66.80% from 255) = 60.07%
R=15.19%
G=24.73%
B=60.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43701700.750.5900.33227.2459.6241.76
Hex2B46AA4B3B021e33c2a
Octal53106252113730413437452
Binary1010111000110101010101001011111011010000111100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,170); }

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

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

 a { background-color: rgb(43,70,170); }

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

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

 span { border-color: rgb(43,70,170); }

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