Html Css Color HEX #313BAD Persian Blue

📋 copy color: '#313BAD'

red 49 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #313BAD

Tints of Persian Blue #313BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.57%

R = 17.44%
G = 21%
B = 61.57%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#313BAD (or 0x313BAD) is known color: Persian Blue. HEX triplet: 31, 3B and AD. RGB value is (49,59,173). Sum of RGB (Red+Green+Blue) = 49+59+173=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #313BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BAD is #CEC452. Grayscale: #444444. Windows color (decimal): -13550675 or 11352881. OLE color: 11352881.

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

Color convert

RGB 49 59 173 -
CMYK 0.72 0.66 0 0.32
HSL 235.16º 0.56% 0.44% -
HSV(B) 235.16º 0.72% 0.68% -
XYZ 10.37 6.8 40.3 -
YUV 69.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 49 59 173 0.72 0.66 0 0.32 235.16 0.56 0.44
Hex 31 3B AD 48 42 0 20 EB 38 2C
Octal 61 73 255 110 102 0 40 353 70 54
Binary 110001 111011 10101101 1001000 1000010 0 100000 11101011 111000 101100

Color Harmonies of #313BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BAD

Black with #313BAD

Text Example


Text Example

White with #313BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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