Html Css Color HEX #313FB0 Persian Blue

📋 copy color: '#313FB0'

red 49 ◦ green 63 ◦ blue 176

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

Shades of Persian Blue #313FB0

Tints of Persian Blue #313FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

 BLUE value IS 176 (69.14% from 255) = 61.11%

R = 17.01%
G = 21.88%
B = 61.11%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#313FB0 (or 0x313FB0) is known color: Persian Blue. HEX triplet: 31, 3F and B0. RGB value is (49,63,176). Sum of RGB (Red+Green+Blue) = 49+63+176=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #313FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FB0 is #CEC04F. Grayscale: #474747. Windows color (decimal): -13549648 or 11550513. OLE color: 11550513.

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

Color convert

RGB 49 63 176 -
CMYK 0.72 0.64 0 0.31
HSL 233.39º 0.56% 0.44% -
HSV(B) 233.39º 0.72% 0.69% -
XYZ 10.88 7.34 41.92 -
YUV 71.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 49 63 176 0.72 0.64 0 0.31 233.39 0.56 0.44
Hex 31 3F B0 48 40 0 1F E9 38 2C
Octal 61 77 260 110 100 0 37 351 70 54
Binary 110001 111111 10110000 1001000 1000000 0 11111 11101001 111000 101100

Color Harmonies of #313FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FB0

Black with #313FB0

Text Example


Text Example

White with #313FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,63,176); }

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

background-color css

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

 a { background-color: rgb(49,63,176); }

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

border-color css

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

 span { border-color: rgb(49,63,176); }

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