#315CB6

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

Shades of Cerulean Blue #315CB6

Tints of Cerulean Blue #315CB6

Color information

#315CB6 (or 0x315CB6) is unknown color: approx Cerulean Blue. HEX triplet: 31, 5C and B6. RGB value is (49,92,182). Sum of RGB (Red+Green+Blue) = 49+92+182=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #315CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CB6 is #CEA349. Grayscale: #585858. Windows color (decimal): -13542218 or 11951153. OLE color: 11951153.

HSL color Cylindrical-coordinate representation of color #315CB6: hue angle of 220.6º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315CB6 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4992182-
CMYK0.730.4900.29
HSL220.6º57.58%45.29%-
HSV(B)220.6º73.08%71.37%-
XYZ13.5411.6845.8-
YUV89.4180.2599.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 182 (71.48% from 255) = 56.35%
R=15.17%
G=28.48%
B=56.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49921820.730.4900.29220.657.5845.29
Hex315CB6493101Ddd3a2d
Octal61134266111610353357255
Binary110001101110010110110100100111000101110111011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315CB6; }

 p { color: rgb(49,92,182); }

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

<style>
 a { background-color: #315CB6; }

 a { background-color: rgb(49,92,182); }

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

<style>
 span { border-color: #315CB6; }

 span { border-color: rgb(49,92,182); }

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