#2843CC

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

Shades of Cerulean Blue #2843CC

Tints of Cerulean Blue #2843CC

Color information

#2843CC (or 0x2843CC) is unknown color: approx Cerulean Blue. HEX triplet: 28, 43 and CC. RGB value is (40,67,204). Sum of RGB (Red+Green+Blue) = 40+67+204=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #2843CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843CC is #D7BC33. Grayscale: #494949. Windows color (decimal): -14138420 or 13386536. OLE color: 13386536.

HSL color Cylindrical-coordinate representation of color #2843CC: hue angle of 230.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2843CC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4067204-
CMYK0.800.6700.2
HSL230.12º67.21%47.84%-
HSV(B)230.12º80.39%80%-
XYZ13.788.8358.1-
YUV74.54201.05103.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 204 (80.08% from 255) = 65.59%
R=12.86%
G=21.54%
B=65.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal40672040.800.6700.2230.1267.2147.84
Hex2843CC5043014e64330
Octal5010331412010302434610360
Binary10100010000111100110010100001000011010100111001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2843CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2843CC; }

 p { color: rgb(40,67,204); }

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

<style>
 a { background-color: #2843CC; }

 a { background-color: rgb(40,67,204); }

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

<style>
 span { border-color: #2843CC; }

 span { border-color: rgb(40,67,204); }

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