#2146CC

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

Shades of Cerulean Blue #2146CC

Tints of Cerulean Blue #2146CC

Color information

#2146CC (or 0x2146CC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 46 and CC. RGB value is (33,70,204). Sum of RGB (Red+Green+Blue) = 33+70+204=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #2146CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146CC is #DEB933. Grayscale: #494949. Windows color (decimal): -14596404 or 13387297. OLE color: 13387297.

HSL color Cylindrical-coordinate representation of color #2146CC: hue angle of 227.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2146CC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3370204-
CMYK0.840.6600.2
HSL227.02º72.15%46.47%-
HSV(B)227.02º83.82%80%-
XYZ13.729.0658.15-
YUV74.21201.2498.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 204 (80.08% from 255) = 66.45%
R=10.75%
G=22.80%
B=66.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33702040.840.6600.2227.0272.1546.47
Hex2146CC5442014e3482e
Octal4110631412410202434311056
Binary10000110001101100110010101001000010010100111000111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2146CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,70,204); }

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

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

 a { background-color: rgb(33,70,204); }

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

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

 span { border-color: rgb(33,70,204); }

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