#2148C4

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

Shades of Cerulean Blue #2148C4

Tints of Cerulean Blue #2148C4

Color information

#2148C4 (or 0x2148C4) is unknown color: approx Cerulean Blue. HEX triplet: 21, 48 and C4. RGB value is (33,72,196). Sum of RGB (Red+Green+Blue) = 33+72+196=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 196 (76.95% from 255 or 65.12% from 301); Max value from RGB is 196 - color contains mainly: blue. Hex color #2148C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148C4 is #DEB73B. Grayscale: #494949. Windows color (decimal): -14595900 or 12863521. OLE color: 12863521.

HSL color Cylindrical-coordinate representation of color #2148C4: hue angle of 225.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2148C4 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3372196-
CMYK0.830.6300.23
HSL225.64º71.18%44.9%-
HSV(B)225.64º83.16%76.86%-
XYZ12.918.9453.27-
YUV74.47196.5898.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 196 (76.95% from 255) = 65.12%
R=10.96%
G=23.92%
B=65.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal33721960.830.6300.23225.6471.1844.9
Hex2148C4533F017e2472d
Octal411103041237702734210755
Binary1000011001000110001001010011111111010111111000101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2148C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2148C4; }

 p { color: rgb(33,72,196); }

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

<style>
 a { background-color: #2148C4; }

 a { background-color: rgb(33,72,196); }

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

<style>
 span { border-color: #2148C4; }

 span { border-color: rgb(33,72,196); }

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