Html Css Color HEX #3115BE Persian Blue

📋 copy color: '#3115BE'

red 49 ◦ green 21 ◦ blue 190

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

Shades of Persian Blue #3115BE

Tints of Persian Blue #3115BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 18.85%
G = 8.08%
B = 73.08%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3115BE (or 0x3115BE) is known color: Persian Blue. HEX triplet: 31, 15 and BE. RGB value is (49,21,190). Sum of RGB (Red+Green+Blue) = 49+21+190=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #3115BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115BE is #CEEA41. Grayscale: #2F2F2F. Windows color (decimal): -13560386 or 12457265. OLE color: 12457265.

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

Color convert

RGB 49 21 190 -
CMYK 0.74 0.89 0 0.25
HSL 249.94º 0.8% 0.41% -
HSV(B) 249.94º 0.89% 0.75% -
XYZ 10.83 4.91 49.09 -
YUV 48.64 207.78 128.26 -
System Red Green Blue C M Y K H S L
Decimal 49 21 190 0.74 0.89 0 0.25 249.94 0.8 0.41
Hex 31 15 BE 4A 59 0 19 FA 50 29
Octal 61 25 276 112 131 0 31 372 120 51
Binary 110001 10101 10111110 1001010 1011001 0 11001 11111010 1010000 101001

Color Harmonies of #3115BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115BE

Black with #3115BE

Text Example


Text Example

White with #3115BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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