Html Css Color HEX #313DB8 Persian Blue

📋 copy color: '#313DB8'

red 49 ◦ green 61 ◦ blue 184

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

Shades of Persian Blue #313DB8

Tints of Persian Blue #313DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 62.59%

R = 16.67%
G = 20.75%
B = 62.59%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#313DB8 (or 0x313DB8) is known color: Persian Blue. HEX triplet: 31, 3D and B8. RGB value is (49,61,184). Sum of RGB (Red+Green+Blue) = 49+61+184=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #313DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DB8 is #CEC247. Grayscale: #464646. Windows color (decimal): -13550152 or 12074289. OLE color: 12074289.

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

Color convert

RGB 49 61 184 -
CMYK 0.73 0.67 0 0.28
HSL 234.67º 0.58% 0.46% -
HSV(B) 234.67º 0.73% 0.72% -
XYZ 11.59 7.45 46.17 -
YUV 71.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 49 61 184 0.73 0.67 0 0.28 234.67 0.58 0.46
Hex 31 3D B8 49 43 0 1C EB 3A 2E
Octal 61 75 270 111 103 0 34 353 72 56
Binary 110001 111101 10111000 1001001 1000011 0 11100 11101011 111010 101110

Color Harmonies of #313DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DB8

Black with #313DB8

Text Example


Text Example

White with #313DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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