Html Css Color HEX #313CD2 Persian Blue

📋 copy color: '#313CD2'

red 49 ◦ green 60 ◦ blue 210

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

Shades of Persian Blue #313CD2

Tints of Persian Blue #313CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 65.83%

R = 15.36%
G = 18.81%
B = 65.83%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#313CD2 (or 0x313CD2) is known color: Persian Blue. HEX triplet: 31, 3C and D2. RGB value is (49,60,210). Sum of RGB (Red+Green+Blue) = 49+60+210=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 210 (82.42% from 255 or 65.83% from 319); Max value from RGB is 210 - color contains mainly: blue. Hex color #313CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CD2 is #CEC32D. Grayscale: #494949. Windows color (decimal): -13550382 or 13777969. OLE color: 13777969.

HSL color Cylindrical-coordinate representation of color #313CD2: hue angle of 235.9º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313CD2 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 60 210 -
CMYK 0.77 0.71 0 0.18
HSL 235.9º 0.64% 0.51% -
HSV(B) 235.9º 0.77% 0.82% -
XYZ 14.52 8.54 61.86 -
YUV 73.81 204.86 110.3 -
System Red Green Blue C M Y K H S L
Decimal 49 60 210 0.77 0.71 0 0.18 235.9 0.64 0.51
Hex 31 3C D2 4D 47 0 12 EC 40 33
Octal 61 74 322 115 107 0 22 354 100 63
Binary 110001 111100 11010010 1001101 1000111 0 10010 11101100 1000000 110011

Color Harmonies of #313CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CD2

Black with #313CD2

Text Example


Text Example

White with #313CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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