Html Css Color HEX #313CCA Persian Blue

📋 copy color: '#313CCA'

red 49 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #313CCA

Tints of Persian Blue #313CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

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

R = 15.76%
G = 19.29%
B = 64.95%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#313CCA (or 0x313CCA) is known color: Persian Blue. HEX triplet: 31, 3C and CA. RGB value is (49,60,202). Sum of RGB (Red+Green+Blue) = 49+60+202=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #313CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CCA is #CEC335. Grayscale: #484848. Windows color (decimal): -13550390 or 13253681. OLE color: 13253681.

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

Color convert

RGB 49 60 202 -
CMYK 0.76 0.70 0 0.21
HSL 235.69º 0.61% 0.49% -
HSV(B) 235.69º 0.76% 0.79% -
XYZ 13.54 8.15 56.74 -
YUV 72.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 49 60 202 0.76 0.70 0 0.21 235.69 0.61 0.49
Hex 31 3C CA 4C 46 0 15 EC 3D 31
Octal 61 74 312 114 106 0 25 354 75 61
Binary 110001 111100 11001010 1001100 1000110 0 10101 11101100 111101 110001

Color Harmonies of #313CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CCA

Black with #313CCA

Text Example


Text Example

White with #313CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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