Html Css Color HEX #313BAF Persian Blue

📋 copy color: '#313BAF'

red 49 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #313BAF

Tints of Persian Blue #313BAF

RGB

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

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

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

R = 17.31%
G = 20.85%
B = 61.84%

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

#313BAF (or 0x313BAF) is known color: Persian Blue. HEX triplet: 31, 3B and AF. RGB value is (49,59,175). Sum of RGB (Red+Green+Blue) = 49+59+175=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #313BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BAF is #CEC450. Grayscale: #444444. Windows color (decimal): -13550673 or 11483953. OLE color: 11483953.

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

Color convert

RGB 49 59 175 -
CMYK 0.72 0.66 0 0.31
HSL 235.24º 0.56% 0.44% -
HSV(B) 235.24º 0.72% 0.69% -
XYZ 10.57 6.88 41.33 -
YUV 69.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 49 59 175 0.72 0.66 0 0.31 235.24 0.56 0.44
Hex 31 3B AF 48 42 0 1F EB 38 2C
Octal 61 73 257 110 102 0 37 353 70 54
Binary 110001 111011 10101111 1001000 1000010 0 11111 11101011 111000 101100

Color Harmonies of #313BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BAF

Black with #313BAF

Text Example


Text Example

White with #313BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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