#3150AA

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

Shades of Cerulean Blue #3150AA

Tints of Cerulean Blue #3150AA

Color information

#3150AA (or 0x3150AA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 50 and AA. RGB value is (49,80,170). Sum of RGB (Red+Green+Blue) = 49+80+170=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #3150AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3150AA is #CEAF55. Grayscale: #505050. Windows color (decimal): -13545302 or 11161649. OLE color: 11161649.

HSL color Cylindrical-coordinate representation of color #3150AA: hue angle of 224.63º 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 #3150AA is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4980170-
CMYK0.710.5300.33
HSL224.63º55.25%42.94%-
HSV(B)224.63º71.18%66.67%-
XYZ11.399.2939.22-
YUV80.99178.23105.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=16.39%
G=26.76%
B=56.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49801700.710.5300.33224.6355.2542.94
Hex3150AA4735021e1372b
Octal61120252107650413416753
Binary1100011010000101010101000111110101010000111100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3150AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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