Html Css Color HEX #313DAA Persian Blue

📋 copy color: '#313DAA'

red 49 ◦ green 61 ◦ blue 170

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

Shades of Persian Blue #313DAA

Tints of Persian Blue #313DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 17.5%
G = 21.79%
B = 60.71%

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

#313DAA (or 0x313DAA) is known color: Persian Blue. HEX triplet: 31, 3D and AA. RGB value is (49,61,170). Sum of RGB (Red+Green+Blue) = 49+61+170=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #313DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DAA is #CEC255. Grayscale: #454545. Windows color (decimal): -13550166 or 11156785. OLE color: 11156785.

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

Color convert

RGB 49 61 170 -
CMYK 0.71 0.64 0 0.33
HSL 234.05º 0.55% 0.43% -
HSV(B) 234.05º 0.71% 0.67% -
XYZ 10.19 6.89 38.82 -
YUV 69.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 49 61 170 0.71 0.64 0 0.33 234.05 0.55 0.43
Hex 31 3D AA 47 40 0 21 EA 37 2B
Octal 61 75 252 107 100 0 41 352 67 53
Binary 110001 111101 10101010 1000111 1000000 0 100001 11101010 110111 101011

Color Harmonies of #313DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DAA

Black with #313DAA

Text Example


Text Example

White with #313DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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