Html Css Color HEX #313DB9 Persian Blue

📋 copy color: '#313DB9'

red 49 ◦ green 61 ◦ blue 185

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

Shades of Persian Blue #313DB9

Tints of Persian Blue #313DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

 BLUE value IS 185 (72.66% from 255) = 62.71%

R = 16.61%
G = 20.68%
B = 62.71%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#313DB9 (or 0x313DB9) is known color: Persian Blue. HEX triplet: 31, 3D and B9. RGB value is (49,61,185). Sum of RGB (Red+Green+Blue) = 49+61+185=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #313DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DB9 is #CEC246. Grayscale: #474747. Windows color (decimal): -13550151 or 12139825. OLE color: 12139825.

HSL color Cylindrical-coordinate representation of color #313DB9: hue angle of 234.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313DB9 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 61 185 -
CMYK 0.74 0.67 0 0.27
HSL 234.71º 0.58% 0.46% -
HSV(B) 234.71º 0.74% 0.73% -
XYZ 11.69 7.49 46.73 -
YUV 71.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 49 61 185 0.74 0.67 0 0.27 234.71 0.58 0.46
Hex 31 3D B9 4A 43 0 1B EB 3A 2E
Octal 61 75 271 112 103 0 33 353 72 56
Binary 110001 111101 10111001 1001010 1000011 0 11011 11101011 111010 101110

Color Harmonies of #313DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DB9

Black with #313DB9

Text Example


Text Example

White with #313DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,185); }

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

background-color css

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

 a { background-color: rgb(49,61,185); }

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

border-color css

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

 span { border-color: rgb(49,61,185); }

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