#3148C6

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

Shades of Cerulean Blue #3148C6

Tints of Cerulean Blue #3148C6

Color information

#3148C6 (or 0x3148C6) is unknown color: approx Cerulean Blue. HEX triplet: 31, 48 and C6. RGB value is (49,72,198). Sum of RGB (Red+Green+Blue) = 49+72+198=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 198 (77.73% from 255 or 62.07% from 319); Max value from RGB is 198 - color contains mainly: blue. Hex color #3148C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3148C6 is #CEB739. Grayscale: #4E4E4E. Windows color (decimal): -13547322 or 12994609. OLE color: 12994609.

HSL color Cylindrical-coordinate representation of color #3148C6: hue angle of 230.74º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3148C6 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4972198-
CMYK0.750.6400.22
HSL230.74º60.32%48.43%-
HSV(B)230.74º75.25%77.65%-
XYZ13.789.3654.51-
YUV79.49194.88106.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 198 (77.73% from 255) = 62.07%
R=15.36%
G=22.57%
B=62.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49721980.750.6400.22230.7460.3248.43
Hex3148C64B40016e73c30
Octal611103061131000263477460
Binary1100011001000110001101001011100000001011011100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3148C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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