Html Css Color HEX #313EBB Persian Blue

📋 copy color: '#313EBB'

red 49 ◦ green 62 ◦ blue 187

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

Shades of Persian Blue #313EBB

Tints of Persian Blue #313EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 16.44%
G = 20.81%
B = 62.75%

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

#313EBB (or 0x313EBB) is known color: Persian Blue. HEX triplet: 31, 3E and BB. RGB value is (49,62,187). Sum of RGB (Red+Green+Blue) = 49+62+187=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #313EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EBB is #CEC144. Grayscale: #474747. Windows color (decimal): -13549893 or 12271153. OLE color: 12271153.

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

Color convert

RGB 49 62 187 -
CMYK 0.74 0.67 0 0.27
HSL 234.35º 0.58% 0.46% -
HSV(B) 234.35º 0.74% 0.73% -
XYZ 11.96 7.69 47.87 -
YUV 72.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 49 62 187 0.74 0.67 0 0.27 234.35 0.58 0.46
Hex 31 3E BB 4A 43 0 1B EA 3A 2E
Octal 61 76 273 112 103 0 33 352 72 56
Binary 110001 111110 10111011 1001010 1000011 0 11011 11101010 111010 101110

Color Harmonies of #313EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EBB

Black with #313EBB

Text Example


Text Example

White with #313EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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