Html Css Color HEX #3113BE Persian Blue

📋 copy color: '#3113BE'

red 49 ◦ green 19 ◦ blue 190

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

Shades of Persian Blue #3113BE

Tints of Persian Blue #3113BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 190 (74.61% from 255) = 73.64%

R = 18.99%
G = 7.36%
B = 73.64%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3113BE (or 0x3113BE) is known color: Persian Blue. HEX triplet: 31, 13 and BE. RGB value is (49,19,190). Sum of RGB (Red+Green+Blue) = 49+19+190=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #3113BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113BE is #CEEC41. Grayscale: #2E2E2E. Windows color (decimal): -13560898 or 12456753. OLE color: 12456753.

HSL color Cylindrical-coordinate representation of color #3113BE: hue angle of 250.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3113BE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 19 190 -
CMYK 0.74 0.90 0 0.25
HSL 250.53º 0.82% 0.41% -
HSV(B) 250.53º 0.9% 0.75% -
XYZ 10.79 4.84 49.08 -
YUV 47.46 208.44 129.1 -
System Red Green Blue C M Y K H S L
Decimal 49 19 190 0.74 0.90 0 0.25 250.53 0.82 0.41
Hex 31 13 BE 4A 5A 0 19 FB 52 29
Octal 61 23 276 112 132 0 31 373 122 51
Binary 110001 10011 10111110 1001010 1011010 0 11001 11111011 1010010 101001

Color Harmonies of #3113BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3113BE

Black with #3113BE

Text Example


Text Example

White with #3113BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3113BE; }

 p { color: rgb(49,19,190); }

 H1.HeaderClassName
 {
   color: #3113BE;
 }
 .AnyTagClassName
 {
   color: #3113BE;
 }
</style>

background-color css

<style>
 a { background-color: #3113BE; }

 a { background-color: rgb(49,19,190); }

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

border-color css

<style>
 span { border-color: #3113BE; }

 span { border-color: rgb(49,19,190); }

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