Html Css Color HEX #313AA8 Persian Blue

📋 copy color: '#313AA8'

red 49 ◦ green 58 ◦ blue 168

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

Shades of Persian Blue #313AA8

Tints of Persian Blue #313AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.09%

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

R = 17.82%
G = 21.09%
B = 61.09%

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

#313AA8 (or 0x313AA8) is known color: Persian Blue. HEX triplet: 31, 3A and A8. RGB value is (49,58,168). Sum of RGB (Red+Green+Blue) = 49+58+168=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 168 (66.02% from 255 or 61.09% from 275); Max value from RGB is 168 - color contains mainly: blue. Hex color #313AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AA8 is #CEC557. Grayscale: #434343. Windows color (decimal): -13550936 or 11024945. OLE color: 11024945.

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

Color convert

RGB 49 58 168 -
CMYK 0.71 0.65 0 0.34
HSL 235.46º 0.55% 0.43% -
HSV(B) 235.46º 0.71% 0.66% -
XYZ 9.85 6.51 37.78 -
YUV 67.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 49 58 168 0.71 0.65 0 0.34 235.46 0.55 0.43
Hex 31 3A A8 47 41 0 22 EB 37 2B
Octal 61 72 250 107 101 0 42 353 67 53
Binary 110001 111010 10101000 1000111 1000001 0 100010 11101011 110111 101011

Color Harmonies of #313AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AA8

Black with #313AA8

Text Example


Text Example

White with #313AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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