Html Css Color HEX #313EAE Persian Blue

📋 copy color: '#313EAE'

red 49 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #313EAE

Tints of Persian Blue #313EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 17.19%
G = 21.75%
B = 61.05%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#313EAE (or 0x313EAE) is known color: Persian Blue. HEX triplet: 31, 3E and AE. RGB value is (49,62,174). Sum of RGB (Red+Green+Blue) = 49+62+174=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #313EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EAE is #CEC151. Grayscale: #464646. Windows color (decimal): -13549906 or 11419185. OLE color: 11419185.

HSL color Cylindrical-coordinate representation of color #313EAE: hue angle of 233.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313EAE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 62 174 -
CMYK 0.72 0.64 0 0.32
HSL 233.76º 0.56% 0.44% -
HSV(B) 233.76º 0.72% 0.68% -
XYZ 10.63 7.15 40.87 -
YUV 70.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 49 62 174 0.72 0.64 0 0.32 233.76 0.56 0.44
Hex 31 3E AE 48 40 0 20 EA 38 2C
Octal 61 76 256 110 100 0 40 352 70 54
Binary 110001 111110 10101110 1001000 1000000 0 100000 11101010 111000 101100

Color Harmonies of #313EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EAE

Black with #313EAE

Text Example


Text Example

White with #313EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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