Html Css Color HEX #313FBC Persian Blue

📋 copy color: '#313FBC'

red 49 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #313FBC

Tints of Persian Blue #313FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 16.33%
G = 21%
B = 62.67%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#313FBC (or 0x313FBC) is known color: Persian Blue. HEX triplet: 31, 3F and BC. RGB value is (49,63,188). Sum of RGB (Red+Green+Blue) = 49+63+188=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #313FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FBC is #CEC043. Grayscale: #484848. Windows color (decimal): -13549636 or 12336945. OLE color: 12336945.

HSL color Cylindrical-coordinate representation of color #313FBC: hue angle of 233.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313FBC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 63 188 -
CMYK 0.74 0.66 0 0.26
HSL 233.96º 0.59% 0.46% -
HSV(B) 233.96º 0.74% 0.74% -
XYZ 12.12 7.84 48.45 -
YUV 73.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 49 63 188 0.74 0.66 0 0.26 233.96 0.59 0.46
Hex 31 3F BC 4A 42 0 1A EA 3B 2E
Octal 61 77 274 112 102 0 32 352 73 56
Binary 110001 111111 10111100 1001010 1000010 0 11010 11101010 111011 101110

Color Harmonies of #313FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FBC

Black with #313FBC

Text Example


Text Example

White with #313FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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