Html Css Color HEX #315FC5 Cerulean Blue

📋 copy color: '#315FC5'

red 49 ◦ green 95 ◦ blue 197

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

Shades of Cerulean Blue #315FC5

Tints of Cerulean Blue #315FC5

RGB

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

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

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

R = 14.37%
G = 27.86%
B = 57.77%

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

#315FC5 (or 0x315FC5) is known color: Cerulean Blue. HEX triplet: 31, 5F and C5. RGB value is (49,95,197). Sum of RGB (Red+Green+Blue) = 49+95+197=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 197 (77.34% from 255 or 57.77% from 341); Max value from RGB is 197 - color contains mainly: blue. Hex color #315FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FC5 is #CEA03A. Grayscale: #5C5C5C. Windows color (decimal): -13541435 or 12934961. OLE color: 12934961.

HSL color Cylindrical-coordinate representation of color #315FC5: hue angle of 221.35º 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 #315FC5 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 95 197 -
CMYK 0.75 0.52 0 0.23
HSL 221.35º 0.6% 0.48% -
HSV(B) 221.35º 0.75% 0.77% -
XYZ 15.44 12.87 54.49 -
YUV 92.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 49 95 197 0.75 0.52 0 0.23 221.35 0.6 0.48
Hex 31 5F C5 4B 34 0 17 DD 3C 30
Octal 61 137 305 113 64 0 27 335 74 60
Binary 110001 1011111 11000101 1001011 110100 0 10111 11011101 111100 110000

Color Harmonies of #315FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315FC5

Black with #315FC5

Text Example


Text Example

White with #315FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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