Html Css Color HEX #313CAF Persian Blue

📋 copy color: '#313CAF'

red 49 ◦ green 60 ◦ blue 175

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

Shades of Persian Blue #313CAF

Tints of Persian Blue #313CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 17.25%
G = 21.13%
B = 61.62%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#313CAF (or 0x313CAF) is known color: Persian Blue. HEX triplet: 31, 3C and AF. RGB value is (49,60,175). Sum of RGB (Red+Green+Blue) = 49+60+175=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #313CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CAF is #CEC350. Grayscale: #454545. Windows color (decimal): -13550417 or 11484209. OLE color: 11484209.

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

Color convert

RGB 49 60 175 -
CMYK 0.72 0.66 0 0.31
HSL 234.76º 0.56% 0.44% -
HSV(B) 234.76º 0.72% 0.69% -
XYZ 10.62 6.98 41.34 -
YUV 69.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 49 60 175 0.72 0.66 0 0.31 234.76 0.56 0.44
Hex 31 3C AF 48 42 0 1F EB 38 2C
Octal 61 74 257 110 102 0 37 353 70 54
Binary 110001 111100 10101111 1001000 1000010 0 11111 11101011 111000 101100

Color Harmonies of #313CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CAF

Black with #313CAF

Text Example


Text Example

White with #313CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,60,175); }

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

background-color css

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

 a { background-color: rgb(49,60,175); }

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

border-color css

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

 span { border-color: rgb(49,60,175); }

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