#315DC7

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

Shades of Cerulean Blue #315DC7

Tints of Cerulean Blue #315DC7

Color information

#315DC7 (or 0x315DC7) is unknown color: approx Cerulean Blue. HEX triplet: 31, 5D and C7. RGB value is (49,93,199). Sum of RGB (Red+Green+Blue) = 49+93+199=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #315DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DC7 is #CEA238. Grayscale: #5B5B5B. Windows color (decimal): -13541945 or 13065521. OLE color: 13065521.

HSL color Cylindrical-coordinate representation of color #315DC7: hue angle of 222.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315DC7 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4993199-
CMYK0.750.5300.22
HSL222.4º60.48%48.63%-
HSV(B)222.4º75.38%78.04%-
XYZ15.4912.6155.65-
YUV91.93188.4297.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 199 (78.12% from 255) = 58.36%
R=14.37%
G=27.27%
B=58.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49931990.750.5300.22222.460.4848.63
Hex315DC74B35016de3c31
Octal61135307113650263367461
Binary110001101110111000111100101111010101011011011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,93,199); }

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

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

 a { background-color: rgb(49,93,199); }

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

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

 span { border-color: rgb(49,93,199); }

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