Html Css Color HEX #313EBA Persian Blue

📋 copy color: '#313EBA'

red 49 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #313EBA

Tints of Persian Blue #313EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 16.5%
G = 20.88%
B = 62.63%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#313EBA (or 0x313EBA) is known color: Persian Blue. HEX triplet: 31, 3E and BA. RGB value is (49,62,186). Sum of RGB (Red+Green+Blue) = 49+62+186=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #313EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EBA is #CEC145. Grayscale: #474747. Windows color (decimal): -13549894 or 12205617. OLE color: 12205617.

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

Color convert

RGB 49 62 186 -
CMYK 0.74 0.67 0 0.27
HSL 234.31º 0.58% 0.46% -
HSV(B) 234.31º 0.74% 0.73% -
XYZ 11.85 7.64 47.31 -
YUV 72.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 49 62 186 0.74 0.67 0 0.27 234.31 0.58 0.46
Hex 31 3E BA 4A 43 0 1B EA 3A 2E
Octal 61 76 272 112 103 0 33 352 72 56
Binary 110001 111110 10111010 1001010 1000011 0 11011 11101010 111010 101110

Color Harmonies of #313EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EBA

Black with #313EBA

Text Example


Text Example

White with #313EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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