Html Css Color HEX #315EC5 Cerulean Blue

📋 copy color: '#315EC5'

red 49 ◦ green 94 ◦ blue 197

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

Shades of Cerulean Blue #315EC5

Tints of Cerulean Blue #315EC5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 197 (77.34% from 255) = 57.94%

R = 14.41%
G = 27.65%
B = 57.94%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#315EC5 (or 0x315EC5) is known color: Cerulean Blue. HEX triplet: 31, 5E and C5. RGB value is (49,94,197). Sum of RGB (Red+Green+Blue) = 49+94+197=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #315EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EC5 is #CEA13A. Grayscale: #5B5B5B. Windows color (decimal): -13541691 or 12934705. OLE color: 12934705.

HSL color Cylindrical-coordinate representation of color #315EC5: hue angle of 221.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315EC5 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 94 197 -
CMYK 0.75 0.52 0 0.23
HSL 221.76º 0.6% 0.48% -
HSV(B) 221.76º 0.75% 0.77% -
XYZ 15.35 12.69 54.46 -
YUV 92.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 49 94 197 0.75 0.52 0 0.23 221.76 0.6 0.48
Hex 31 5E C5 4B 34 0 17 DE 3C 30
Octal 61 136 305 113 64 0 27 336 74 60
Binary 110001 1011110 11000101 1001011 110100 0 10111 11011110 111100 110000

Color Harmonies of #315EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EC5

Black with #315EC5

Text Example


Text Example

White with #315EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,94,197); }

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

background-color css

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

 a { background-color: rgb(49,94,197); }

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

border-color css

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

 span { border-color: rgb(49,94,197); }

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