#3148CA

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

Shades of Cerulean Blue #3148CA

Tints of Cerulean Blue #3148CA

Color information

#3148CA (or 0x3148CA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 48 and CA. RGB value is (49,72,202). Sum of RGB (Red+Green+Blue) = 49+72+202=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #3148CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3148CA is #CEB735. Grayscale: #4F4F4F. Windows color (decimal): -13547318 or 13256753. OLE color: 13256753.

HSL color Cylindrical-coordinate representation of color #3148CA: hue angle of 230.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3148CA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4972202-
CMYK0.760.6400.21
HSL230.98º60.96%49.22%-
HSV(B)230.98º75.74%79.22%-
XYZ14.249.5556.97-
YUV79.94196.88105.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=15.17%
G=22.29%
B=62.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49722020.760.6400.21230.9860.9649.22
Hex3148CA4C40015e73d31
Octal611103121141000253477561
Binary1100011001000110010101001100100000001010111100111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3148CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3148CA; }

 p { color: rgb(49,72,202); }

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

<style>
 a { background-color: #3148CA; }

 a { background-color: rgb(49,72,202); }

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

<style>
 span { border-color: #3148CA; }

 span { border-color: rgb(49,72,202); }

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