Html Css Color HEX #313BCA Persian Blue

📋 copy color: '#313BCA'

red 49 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #313BCA

Tints of Persian Blue #313BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

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

R = 15.81%
G = 19.03%
B = 65.16%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#313BCA (or 0x313BCA) is known color: Persian Blue. HEX triplet: 31, 3B and CA. RGB value is (49,59,202). Sum of RGB (Red+Green+Blue) = 49+59+202=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #313BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BCA is #CEC435. Grayscale: #474747. Windows color (decimal): -13550646 or 13253425. OLE color: 13253425.

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

Color convert

RGB 49 59 202 -
CMYK 0.76 0.71 0 0.21
HSL 236.08º 0.61% 0.49% -
HSV(B) 236.08º 0.76% 0.79% -
XYZ 13.49 8.05 56.72 -
YUV 72.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 49 59 202 0.76 0.71 0 0.21 236.08 0.61 0.49
Hex 31 3B CA 4C 47 0 15 EC 3D 31
Octal 61 73 312 114 107 0 25 354 75 61
Binary 110001 111011 11001010 1001100 1000111 0 10101 11101100 111101 110001

Color Harmonies of #313BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BCA

Black with #313BCA

Text Example


Text Example

White with #313BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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