Html Css Color HEX #315CCD Cerulean Blue

📋 copy color: '#315CCD'

red 49 ◦ green 92 ◦ blue 205

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

Shades of Cerulean Blue #315CCD

Tints of Cerulean Blue #315CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 14.16%
G = 26.59%
B = 59.25%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#315CCD (or 0x315CCD) is known color: Cerulean Blue. HEX triplet: 31, 5C and CD. RGB value is (49,92,205). Sum of RGB (Red+Green+Blue) = 49+92+205=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #315CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CCD is #CEA332. Grayscale: #5B5B5B. Windows color (decimal): -13542195 or 13458481. OLE color: 13458481.

HSL color Cylindrical-coordinate representation of color #315CCD: hue angle of 223.46º 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 #315CCD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 92 205 -
CMYK 0.76 0.55 0 0.20
HSL 223.46º 0.61% 0.5% -
HSV(B) 223.46º 0.76% 0.8% -
XYZ 16.11 12.72 59.36 -
YUV 92.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 49 92 205 0.76 0.55 0 0.20 223.46 0.61 0.5
Hex 31 5C CD 4C 37 0 14 DF 3D 32
Octal 61 134 315 114 67 0 24 337 75 62
Binary 110001 1011100 11001101 1001100 110111 0 10100 11011111 111101 110010

Color Harmonies of #315CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CCD

Black with #315CCD

Text Example


Text Example

White with #315CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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