Html Css Color HEX #315BCD Cerulean Blue

📋 copy color: '#315BCD'

red 49 ◦ green 91 ◦ blue 205

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

Shades of Cerulean Blue #315BCD

Tints of Cerulean Blue #315BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 14.2%
G = 26.38%
B = 59.42%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#315BCD (or 0x315BCD) is known color: Cerulean Blue. HEX triplet: 31, 5B and CD. RGB value is (49,91,205). Sum of RGB (Red+Green+Blue) = 49+91+205=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #315BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BCD is #CEA432. Grayscale: #5A5A5A. Windows color (decimal): -13542451 or 13458225. OLE color: 13458225.

HSL color Cylindrical-coordinate representation of color #315BCD: hue angle of 223.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315BCD is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 91 205 -
CMYK 0.76 0.56 0 0.20
HSL 223.85º 0.61% 0.5% -
HSV(B) 223.85º 0.76% 0.8% -
XYZ 16.03 12.54 59.33 -
YUV 91.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 49 91 205 0.76 0.56 0 0.20 223.85 0.61 0.5
Hex 31 5B CD 4C 38 0 14 E0 3D 32
Octal 61 133 315 114 70 0 24 340 75 62
Binary 110001 1011011 11001101 1001100 111000 0 10100 11100000 111101 110010

Color Harmonies of #315BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BCD

Black with #315BCD

Text Example


Text Example

White with #315BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,205); }

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

background-color css

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

 a { background-color: rgb(49,91,205); }

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

border-color css

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

 span { border-color: rgb(49,91,205); }

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