Html Css Color HEX #313DA8 Persian Blue

📋 copy color: '#313DA8'

red 49 ◦ green 61 ◦ blue 168

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

Shades of Persian Blue #313DA8

Tints of Persian Blue #313DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 17.63%
G = 21.94%
B = 60.43%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#313DA8 (or 0x313DA8) is known color: Persian Blue. HEX triplet: 31, 3D and A8. RGB value is (49,61,168). Sum of RGB (Red+Green+Blue) = 49+61+168=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #313DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DA8 is #CEC257. Grayscale: #454545. Windows color (decimal): -13550168 or 11025713. OLE color: 11025713.

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

Color convert

RGB 49 61 168 -
CMYK 0.71 0.64 0 0.34
HSL 233.95º 0.55% 0.43% -
HSV(B) 233.95º 0.71% 0.66% -
XYZ 10 6.82 37.83 -
YUV 69.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 49 61 168 0.71 0.64 0 0.34 233.95 0.55 0.43
Hex 31 3D A8 47 40 0 22 EA 37 2B
Octal 61 75 250 107 100 0 42 352 67 53
Binary 110001 111101 10101000 1000111 1000000 0 100010 11101010 110111 101011

Color Harmonies of #313DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DA8

Black with #313DA8

Text Example


Text Example

White with #313DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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