#3148AC

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

Shades of Cerulean Blue #3148AC

Tints of Cerulean Blue #3148AC

Color information

#3148AC (or 0x3148AC) is unknown color: approx Cerulean Blue. HEX triplet: 31, 48 and AC. RGB value is (49,72,172). Sum of RGB (Red+Green+Blue) = 49+72+172=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #3148AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3148AC is #CEB753. Grayscale: #4C4C4C. Windows color (decimal): -13547348 or 11290673. OLE color: 11290673.

HSL color Cylindrical-coordinate representation of color #3148AC: hue angle of 228.78º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3148AC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4972172-
CMYK0.720.5800.33
HSL228.78º55.66%43.33%-
HSV(B)228.78º71.51%67.45%-
XYZ11.038.2740.04-
YUV76.52181.88108.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 172 (67.58% from 255) = 58.70%
R=16.72%
G=24.57%
B=58.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49721720.720.5800.33228.7855.6643.33
Hex3148AC483A021e5382b
Octal61110254110720413457053
Binary1100011001000101011001001000111010010000111100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3148AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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