#3150B8

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

Shades of Cerulean Blue #3150B8

Tints of Cerulean Blue #3150B8

Color information

#3150B8 (or 0x3150B8) is unknown color: approx Cerulean Blue. HEX triplet: 31, 50 and B8. RGB value is (49,80,184). Sum of RGB (Red+Green+Blue) = 49+80+184=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #3150B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150B8 is #CEAF47. Grayscale: #525252. Windows color (decimal): -13545288 or 12079153. OLE color: 12079153.

HSL color Cylindrical-coordinate representation of color #3150B8: hue angle of 226.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3150B8 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4980184-
CMYK0.730.5700.28
HSL226.22º57.94%45.69%-
HSV(B)226.22º73.37%72.16%-
XYZ12.799.8546.57-
YUV82.59185.23104.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 184 (72.27% from 255) = 58.79%
R=15.65%
G=25.56%
B=58.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49801840.730.5700.28226.2257.9445.69
Hex3150B8493901Ce23a2e
Octal61120270111710343427256
Binary110001101000010111000100100111100101110011100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3150B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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