#3148AA

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

Shades of Cerulean Blue #3148AA

Tints of Cerulean Blue #3148AA

Color information

#3148AA (or 0x3148AA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 48 and AA. RGB value is (49,72,170). Sum of RGB (Red+Green+Blue) = 49+72+170=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #3148AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3148AA is #CEB755. Grayscale: #4B4B4B. Windows color (decimal): -13547350 or 11159601. OLE color: 11159601.

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

Color convert

RGB4972170-
CMYK0.710.5800.33
HSL228.6º55.25%42.94%-
HSV(B)228.6º71.18%66.67%-
XYZ10.848.1939.04-
YUV76.29180.88108.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=16.84%
G=24.74%
B=58.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49721700.710.5800.33228.655.2542.94
Hex3148AA473A021e5372b
Octal61110252107720413456753
Binary1100011001000101010101000111111010010000111100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3148AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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