Html Css Color HEX #313CAC Persian Blue

📋 copy color: '#313CAC'

red 49 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #313CAC

Tints of Persian Blue #313CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 17.44%
G = 21.35%
B = 61.21%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313CAC (or 0x313CAC) is known color: Persian Blue. HEX triplet: 31, 3C and AC. RGB value is (49,60,172). Sum of RGB (Red+Green+Blue) = 49+60+172=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #313CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CAC is #CEC353. Grayscale: #454545. Windows color (decimal): -13550420 or 11287601. OLE color: 11287601.

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

Color convert

RGB 49 60 172 -
CMYK 0.72 0.65 0 0.33
HSL 234.63º 0.56% 0.43% -
HSV(B) 234.63º 0.72% 0.67% -
XYZ 10.33 6.86 39.81 -
YUV 69.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 49 60 172 0.72 0.65 0 0.33 234.63 0.56 0.43
Hex 31 3C AC 48 41 0 21 EB 38 2B
Octal 61 74 254 110 101 0 41 353 70 53
Binary 110001 111100 10101100 1001000 1000001 0 100001 11101011 111000 101011

Color Harmonies of #313CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CAC

Black with #313CAC

Text Example


Text Example

White with #313CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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