#2846C1

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

Shades of Cerulean Blue #2846C1

Tints of Cerulean Blue #2846C1

Color information

#2846C1 (or 0x2846C1) is unknown color: approx Cerulean Blue. HEX triplet: 28, 46 and C1. RGB value is (40,70,193). Sum of RGB (Red+Green+Blue) = 40+70+193=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #2846C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2846C1 is #D7B93E. Grayscale: #4A4A4A. Windows color (decimal): -14137663 or 12666408. OLE color: 12666408.

HSL color Cylindrical-coordinate representation of color #2846C1: hue angle of 228.24º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2846C1 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4070193-
CMYK0.790.6400.24
HSL228.24º65.67%45.69%-
HSV(B)228.24º79.27%75.69%-
XYZ12.698.6851.46-
YUV75.05194.56103-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 193 (75.78% from 255) = 63.70%
R=13.20%
G=23.10%
B=63.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40701930.790.6400.24228.2465.6745.69
Hex2846C14F40018e4422e
Octal5010630111710003034410256
Binary10100010001101100000110011111000000011000111001001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2846C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2846C1; }

 p { color: rgb(40,70,193); }

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

<style>
 a { background-color: #2846C1; }

 a { background-color: rgb(40,70,193); }

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

<style>
 span { border-color: #2846C1; }

 span { border-color: rgb(40,70,193); }

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