Html Css Color HEX #313AB9 Persian Blue

📋 copy color: '#313AB9'

red 49 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #313AB9

Tints of Persian Blue #313AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

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

R = 16.78%
G = 19.86%
B = 63.36%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#313AB9 (or 0x313AB9) is known color: Persian Blue. HEX triplet: 31, 3A and B9. RGB value is (49,58,185). Sum of RGB (Red+Green+Blue) = 49+58+185=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #313AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313AB9 is #CEC546. Grayscale: #454545. Windows color (decimal): -13550919 or 12139057. OLE color: 12139057.

HSL color Cylindrical-coordinate representation of color #313AB9: hue angle of 236.03º 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 #313AB9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 58 185 -
CMYK 0.74 0.69 0 0.27
HSL 236.03º 0.58% 0.46% -
HSV(B) 236.03º 0.74% 0.73% -
XYZ 11.54 7.18 46.68 -
YUV 69.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 49 58 185 0.74 0.69 0 0.27 236.03 0.58 0.46
Hex 31 3A B9 4A 45 0 1B EC 3A 2E
Octal 61 72 271 112 105 0 33 354 72 56
Binary 110001 111010 10111001 1001010 1000101 0 11011 11101100 111010 101110

Color Harmonies of #313AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AB9

Black with #313AB9

Text Example


Text Example

White with #313AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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