Html Css Color HEX #315FC1 Cerulean Blue

📋 copy color: '#315FC1'

red 49 ◦ green 95 ◦ blue 193

#315FC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #315FC1

Tints of Cerulean Blue #315FC1

RGB

 RED value IS 49 (19.53% from 255) = 14.54%

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 14.54%
G = 28.19%
B = 57.27%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#315FC1 (or 0x315FC1) is known color: Cerulean Blue. HEX triplet: 31, 5F and C1. RGB value is (49,95,193). Sum of RGB (Red+Green+Blue) = 49+95+193=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #315FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FC1 is #CEA03E. Grayscale: #5B5B5B. Windows color (decimal): -13541439 or 12672817. OLE color: 12672817.

HSL color Cylindrical-coordinate representation of color #315FC1: hue angle of 220.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315FC1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 95 193 -
CMYK 0.75 0.51 0 0.24
HSL 220.83º 0.6% 0.47% -
HSV(B) 220.83º 0.75% 0.76% -
XYZ 14.98 12.69 52.11 -
YUV 92.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 49 95 193 0.75 0.51 0 0.24 220.83 0.6 0.47
Hex 31 5F C1 4B 33 0 18 DD 3C 2F
Octal 61 137 301 113 63 0 30 335 74 57
Binary 110001 1011111 11000001 1001011 110011 0 11000 11011101 111100 101111

Color Harmonies of #315FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FC1

Black with #315FC1

Text Example


Text Example

White with #315FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,193); }

 H1.HeaderClassName
 {
   color: #315FC1;
 }
 .AnyTagClassName
 {
   color: #315FC1;
 }
</style>

background-color css

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

 a { background-color: rgb(49,95,193); }

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

border-color css

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

 span { border-color: rgb(49,95,193); }

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