Html Css Color HEX #313BAC Persian Blue

📋 copy color: '#313BAC'

red 49 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #313BAC

Tints of Persian Blue #313BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.07%

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

R = 17.5%
G = 21.07%
B = 61.43%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313BAC (or 0x313BAC) is known color: Persian Blue. HEX triplet: 31, 3B and AC. RGB value is (49,59,172). Sum of RGB (Red+Green+Blue) = 49+59+172=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #313BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BAC is #CEC453. Grayscale: #444444. Windows color (decimal): -13550676 or 11287345. OLE color: 11287345.

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

Color convert

RGB 49 59 172 -
CMYK 0.72 0.66 0 0.33
HSL 235.12º 0.56% 0.43% -
HSV(B) 235.12º 0.72% 0.67% -
XYZ 10.28 6.76 39.79 -
YUV 68.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 49 59 172 0.72 0.66 0 0.33 235.12 0.56 0.43
Hex 31 3B AC 48 42 0 21 EB 38 2B
Octal 61 73 254 110 102 0 41 353 70 53
Binary 110001 111011 10101100 1001000 1000010 0 100001 11101011 111000 101011

Color Harmonies of #313BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BAC

Black with #313BAC

Text Example


Text Example

White with #313BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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