Html Css Color HEX #313FCD Persian Blue

📋 copy color: '#313FCD'

red 49 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #313FCD

Tints of Persian Blue #313FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 15.46%
G = 19.87%
B = 64.67%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#313FCD (or 0x313FCD) is known color: Persian Blue. HEX triplet: 31, 3F and CD. RGB value is (49,63,205). Sum of RGB (Red+Green+Blue) = 49+63+205=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #313FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FCD is #CEC032. Grayscale: #4A4A4A. Windows color (decimal): -13549619 or 13451057. OLE color: 13451057.

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

Color convert

RGB 49 63 205 -
CMYK 0.76 0.69 0 0.20
HSL 234.62º 0.61% 0.5% -
HSV(B) 234.62º 0.76% 0.8% -
XYZ 14.06 8.62 58.68 -
YUV 75 201.36 109.45 -
System Red Green Blue C M Y K H S L
Decimal 49 63 205 0.76 0.69 0 0.20 234.62 0.61 0.5
Hex 31 3F CD 4C 45 0 14 EB 3D 32
Octal 61 77 315 114 105 0 24 353 75 62
Binary 110001 111111 11001101 1001100 1000101 0 10100 11101011 111101 110010

Color Harmonies of #313FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FCD

Black with #313FCD

Text Example


Text Example

White with #313FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313FCD; }

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

 H1.HeaderClassName
 {
   color: #313FCD;
 }
 .AnyTagClassName
 {
   color: #313FCD;
 }
</style>

background-color css

<style>
 a { background-color: #313FCD; }

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

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

border-color css

<style>
 span { border-color: #313FCD; }

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

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