Html Css Color HEX #313EBC Persian Blue

📋 copy color: '#313EBC'

red 49 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #313EBC

Tints of Persian Blue #313EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 16.39%
G = 20.74%
B = 62.88%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#313EBC (or 0x313EBC) is known color: Persian Blue. HEX triplet: 31, 3E and BC. RGB value is (49,62,188). Sum of RGB (Red+Green+Blue) = 49+62+188=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #313EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EBC is #CEC143. Grayscale: #474747. Windows color (decimal): -13549892 or 12336689. OLE color: 12336689.

HSL color Cylindrical-coordinate representation of color #313EBC: hue angle of 234.39º 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 #313EBC is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 62 188 -
CMYK 0.74 0.67 0 0.26
HSL 234.39º 0.59% 0.46% -
HSV(B) 234.39º 0.74% 0.74% -
XYZ 12.07 7.73 48.43 -
YUV 72.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 49 62 188 0.74 0.67 0 0.26 234.39 0.59 0.46
Hex 31 3E BC 4A 43 0 1A EA 3B 2E
Octal 61 76 274 112 103 0 32 352 73 56
Binary 110001 111110 10111100 1001010 1000011 0 11010 11101010 111011 101110

Color Harmonies of #313EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EBC

Black with #313EBC

Text Example


Text Example

White with #313EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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