Html Css Color HEX #313BC6 Persian Blue

📋 copy color: '#313BC6'

red 49 ◦ green 59 ◦ blue 198

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

Shades of Persian Blue #313BC6

Tints of Persian Blue #313BC6

RGB

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

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

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

R = 16.01%
G = 19.28%
B = 64.71%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#313BC6 (or 0x313BC6) is known color: Persian Blue. HEX triplet: 31, 3B and C6. RGB value is (49,59,198). Sum of RGB (Red+Green+Blue) = 49+59+198=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #313BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BC6 is #CEC439. Grayscale: #474747. Windows color (decimal): -13550650 or 12991281. OLE color: 12991281.

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

Color convert

RGB 49 59 198 -
CMYK 0.75 0.70 0 0.22
HSL 235.97º 0.6% 0.48% -
HSV(B) 235.97º 0.75% 0.78% -
XYZ 13.02 7.86 54.26 -
YUV 71.86 199.19 111.7 -
System Red Green Blue C M Y K H S L
Decimal 49 59 198 0.75 0.70 0 0.22 235.97 0.6 0.48
Hex 31 3B C6 4B 46 0 16 EC 3C 30
Octal 61 73 306 113 106 0 26 354 74 60
Binary 110001 111011 11000110 1001011 1000110 0 10110 11101100 111100 110000

Color Harmonies of #313BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BC6

Black with #313BC6

Text Example


Text Example

White with #313BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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