Html Css Color HEX #313BA8 Persian Blue

📋 copy color: '#313BA8'

red 49 ◦ green 59 ◦ blue 168

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

Shades of Persian Blue #313BA8

Tints of Persian Blue #313BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 60.87%

R = 17.75%
G = 21.38%
B = 60.87%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#313BA8 (or 0x313BA8) is known color: Persian Blue. HEX triplet: 31, 3B and A8. RGB value is (49,59,168). Sum of RGB (Red+Green+Blue) = 49+59+168=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 168 (66.02% from 255 or 60.87% from 276); Max value from RGB is 168 - color contains mainly: blue. Hex color #313BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BA8 is #CEC457. Grayscale: #434343. Windows color (decimal): -13550680 or 11025201. OLE color: 11025201.

HSL color Cylindrical-coordinate representation of color #313BA8: hue angle of 234.96º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313BA8 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 59 168 -
CMYK 0.71 0.65 0 0.34
HSL 234.96º 0.55% 0.43% -
HSV(B) 234.96º 0.71% 0.66% -
XYZ 9.9 6.61 37.8 -
YUV 68.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 49 59 168 0.71 0.65 0 0.34 234.96 0.55 0.43
Hex 31 3B A8 47 41 0 22 EB 37 2B
Octal 61 73 250 107 101 0 42 353 67 53
Binary 110001 111011 10101000 1000111 1000001 0 100010 11101011 110111 101011

Color Harmonies of #313BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BA8

Black with #313BA8

Text Example


Text Example

White with #313BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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