Html Css Color HEX #313EC6 Persian Blue

📋 copy color: '#313EC6'

red 49 ◦ green 62 ◦ blue 198

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

Shades of Persian Blue #313EC6

Tints of Persian Blue #313EC6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.06%

 BLUE value IS 198 (77.73% from 255) = 64.08%

R = 15.86%
G = 20.06%
B = 64.08%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#313EC6 (or 0x313EC6) is known color: Persian Blue. HEX triplet: 31, 3E and C6. RGB value is (49,62,198). Sum of RGB (Red+Green+Blue) = 49+62+198=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #313EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EC6 is #CEC139. Grayscale: #494949. Windows color (decimal): -13549882 or 12992049. OLE color: 12992049.

HSL color Cylindrical-coordinate representation of color #313EC6: hue angle of 234.77º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313EC6 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 62 198 -
CMYK 0.75 0.69 0 0.22
HSL 234.77º 0.6% 0.48% -
HSV(B) 234.77º 0.75% 0.78% -
XYZ 13.18 8.18 54.31 -
YUV 73.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 49 62 198 0.75 0.69 0 0.22 234.77 0.6 0.48
Hex 31 3E C6 4B 45 0 16 EB 3C 30
Octal 61 76 306 113 105 0 26 353 74 60
Binary 110001 111110 11000110 1001011 1000101 0 10110 11101011 111100 110000

Color Harmonies of #313EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EC6

Black with #313EC6

Text Example


Text Example

White with #313EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,198); }

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

background-color css

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

 a { background-color: rgb(49,62,198); }

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

border-color css

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

 span { border-color: rgb(49,62,198); }

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