Html Css Color HEX #313BBF Persian Blue

📋 copy color: '#313BBF'

red 49 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #313BBF

Tints of Persian Blue #313BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

 BLUE value IS 191 (75% from 255) = 63.88%

R = 16.39%
G = 19.73%
B = 63.88%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#313BBF (or 0x313BBF) is known color: Persian Blue. HEX triplet: 31, 3B and BF. RGB value is (49,59,191). Sum of RGB (Red+Green+Blue) = 49+59+191=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #313BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BBF is #CEC440. Grayscale: #464646. Windows color (decimal): -13550657 or 12532529. OLE color: 12532529.

HSL color Cylindrical-coordinate representation of color #313BBF: hue angle of 235.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313BBF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 59 191 -
CMYK 0.74 0.69 0 0.25
HSL 235.77º 0.59% 0.47% -
HSV(B) 235.77º 0.74% 0.75% -
XYZ 12.23 7.54 50.1 -
YUV 71.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 49 59 191 0.74 0.69 0 0.25 235.77 0.59 0.47
Hex 31 3B BF 4A 45 0 19 EC 3B 2F
Octal 61 73 277 112 105 0 31 354 73 57
Binary 110001 111011 10111111 1001010 1000101 0 11001 11101100 111011 101111

Color Harmonies of #313BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313BBF

Black with #313BBF

Text Example


Text Example

White with #313BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,59,191); }

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

background-color css

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

 a { background-color: rgb(49,59,191); }

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

border-color css

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

 span { border-color: rgb(49,59,191); }

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