#2c46d2

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

Shades of Cerulean Blue #2C46D2

Tints of Cerulean Blue #2C46D2

Color information

#2C46D2 (or 0x2C46D2) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 46 and D2. RGB value is (44,70,210). Sum of RGB (Red+Green+Blue) = 44+70+210=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 210 (82.42% from 255 or 64.81% from 324); Max value from RGB is 210 - color contains mainly: blue. Hex color #2C46D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C46D2 is #D3B92D. Grayscale: #4D4D4D. Windows color (decimal): -13875502 or 13780524. OLE color: 13780524.

HSL color Cylindrical-coordinate representation of color #2C46D2: hue angle of 230.6º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C46D2 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4470210-
CMYK0.790.6700.18
HSL230.6º65.35%49.8%-
HSV(B)230.6º79.05%82.35%-
XYZ14.869.5762.04-
YUV78.19202.39103.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 210 (82.42% from 255) = 64.81%
R=13.58%
G=21.60%
B=64.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44702100.790.6700.18230.665.3549.8
Hex2C46D24F43012e74132
Octal5410632211710302234710162
Binary10110010001101101001010011111000011010010111001111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c46d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,210); }

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

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

 a { background-color: rgb(44,70,210); }

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

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

 span { border-color: rgb(44,70,210); }

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