Html Css Color HEX #313FAA Persian Blue

📋 copy color: '#313FAA'

red 49 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #313FAA

Tints of Persian Blue #313FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 17.38%
G = 22.34%
B = 60.28%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313FAA (or 0x313FAA) is known color: Persian Blue. HEX triplet: 31, 3F and AA. RGB value is (49,63,170). Sum of RGB (Red+Green+Blue) = 49+63+170=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #313FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FAA is #CEC055. Grayscale: #464646. Windows color (decimal): -13549654 or 11157297. OLE color: 11157297.

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

Color convert

RGB 49 63 170 -
CMYK 0.71 0.63 0 0.33
HSL 233.06º 0.55% 0.43% -
HSV(B) 233.06º 0.71% 0.67% -
XYZ 10.3 7.11 38.86 -
YUV 71.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 49 63 170 0.71 0.63 0 0.33 233.06 0.55 0.43
Hex 31 3F AA 47 3F 0 21 E9 37 2B
Octal 61 77 252 107 77 0 41 351 67 53
Binary 110001 111111 10101010 1000111 111111 0 100001 11101001 110111 101011

Color Harmonies of #313FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FAA

Black with #313FAA

Text Example


Text Example

White with #313FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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