#3150B3

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

Shades of Cerulean Blue #3150B3

Tints of Cerulean Blue #3150B3

Color information

#3150B3 (or 0x3150B3) is unknown color: approx Cerulean Blue. HEX triplet: 31, 50 and B3. RGB value is (49,80,179). Sum of RGB (Red+Green+Blue) = 49+80+179=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #3150B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150B3 is #CEAF4C. Grayscale: #515151. Windows color (decimal): -13545293 or 11751473. OLE color: 11751473.

HSL color Cylindrical-coordinate representation of color #3150B3: hue angle of 225.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3150B3 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4980179-
CMYK0.730.5500.30
HSL225.69º57.02%44.71%-
HSV(B)225.69º72.63%70.2%-
XYZ12.279.6443.86-
YUV82.02182.73104.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 179 (70.31% from 255) = 58.12%
R=15.91%
G=25.97%
B=58.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49801790.730.5500.30225.6957.0244.71
Hex3150B3493701Ee2392d
Octal61120263111670363427155
Binary110001101000010110011100100111011101111011100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3150B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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