Html Css Color HEX #313ADB Persian Blue

📋 copy color: '#313ADB'

red 49 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #313ADB

Tints of Persian Blue #313ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 15.03%
G = 17.79%
B = 67.18%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#313ADB (or 0x313ADB) is known color: Persian Blue. HEX triplet: 31, 3A and DB. RGB value is (49,58,219). Sum of RGB (Red+Green+Blue) = 49+58+219=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #313ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ADB is #CEC524. Grayscale: #494949. Windows color (decimal): -13550885 or 14367281. OLE color: 14367281.

HSL color Cylindrical-coordinate representation of color #313ADB: hue angle of 236.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313ADB is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 58 219 -
CMYK 0.78 0.74 0 0.14
HSL 236.82º 0.7% 0.53% -
HSV(B) 236.82º 0.78% 0.86% -
XYZ 15.57 8.79 67.89 -
YUV 73.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 49 58 219 0.78 0.74 0 0.14 236.82 0.7 0.53
Hex 31 3A DB 4E 4A 0 E ED 46 35
Octal 61 72 333 116 112 0 16 355 106 65
Binary 110001 111010 11011011 1001110 1001010 0 1110 11101101 1000110 110101

Color Harmonies of #313ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ADB

Black with #313ADB

Text Example


Text Example

White with #313ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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