Html Css Color HEX #313FCA Persian Blue

📋 copy color: '#313FCA'

red 49 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #313FCA

Tints of Persian Blue #313FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 15.61%
G = 20.06%
B = 64.33%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#313FCA (or 0x313FCA) is known color: Persian Blue. HEX triplet: 31, 3F and CA. RGB value is (49,63,202). Sum of RGB (Red+Green+Blue) = 49+63+202=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #313FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FCA is #CEC035. Grayscale: #4A4A4A. Windows color (decimal): -13549622 or 13254449. OLE color: 13254449.

HSL color Cylindrical-coordinate representation of color #313FCA: hue angle of 234.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313FCA is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 63 202 -
CMYK 0.76 0.69 0 0.21
HSL 234.51º 0.61% 0.49% -
HSV(B) 234.51º 0.76% 0.79% -
XYZ 13.7 8.47 56.79 -
YUV 74.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 49 63 202 0.76 0.69 0 0.21 234.51 0.61 0.49
Hex 31 3F CA 4C 45 0 15 EB 3D 31
Octal 61 77 312 114 105 0 25 353 75 61
Binary 110001 111111 11001010 1001100 1000101 0 10101 11101011 111101 110001

Color Harmonies of #313FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FCA

Black with #313FCA

Text Example


Text Example

White with #313FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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