Html Css Color HEX #313EAB Persian Blue

📋 copy color: '#313EAB'

red 49 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #313EAB

Tints of Persian Blue #313EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 17.38%
G = 21.99%
B = 60.64%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313EAB (or 0x313EAB) is known color: Persian Blue. HEX triplet: 31, 3E and AB. RGB value is (49,62,171). Sum of RGB (Red+Green+Blue) = 49+62+171=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #313EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EAB is #CEC154. Grayscale: #464646. Windows color (decimal): -13549909 or 11222577. OLE color: 11222577.

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

Color convert

RGB 49 62 171 -
CMYK 0.71 0.64 0 0.33
HSL 233.61º 0.55% 0.43% -
HSV(B) 233.61º 0.71% 0.67% -
XYZ 10.34 7.04 39.34 -
YUV 70.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 49 62 171 0.71 0.64 0 0.33 233.61 0.55 0.43
Hex 31 3E AB 47 40 0 21 EA 37 2B
Octal 61 76 253 107 100 0 41 352 67 53
Binary 110001 111110 10101011 1000111 1000000 0 100001 11101010 110111 101011

Color Harmonies of #313EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EAB

Black with #313EAB

Text Example


Text Example

White with #313EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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