Html Css Color HEX #313EAC Persian Blue

📋 copy color: '#313EAC'

red 49 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #313EAC

Tints of Persian Blue #313EAC

RGB

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

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

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

R = 17.31%
G = 21.91%
B = 60.78%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313EAC (or 0x313EAC) is known color: Persian Blue. HEX triplet: 31, 3E and AC. RGB value is (49,62,172). Sum of RGB (Red+Green+Blue) = 49+62+172=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #313EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EAC is #CEC153. Grayscale: #464646. Windows color (decimal): -13549908 or 11288113. OLE color: 11288113.

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

Color convert

RGB 49 62 172 -
CMYK 0.72 0.64 0 0.33
HSL 233.66º 0.56% 0.43% -
HSV(B) 233.66º 0.72% 0.67% -
XYZ 10.44 7.08 39.85 -
YUV 70.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 49 62 172 0.72 0.64 0 0.33 233.66 0.56 0.43
Hex 31 3E AC 48 40 0 21 EA 38 2B
Octal 61 76 254 110 100 0 41 352 70 53
Binary 110001 111110 10101100 1001000 1000000 0 100001 11101010 111000 101011

Color Harmonies of #313EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EAC

Black with #313EAC

Text Example


Text Example

White with #313EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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