Html Css Color HEX #3115BD Persian Blue

📋 copy color: '#3115BD'

red 49 ◦ green 21 ◦ blue 189

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

Shades of Persian Blue #3115BD

Tints of Persian Blue #3115BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.97%

R = 18.92%
G = 8.11%
B = 72.97%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3115BD (or 0x3115BD) is known color: Persian Blue. HEX triplet: 31, 15 and BD. RGB value is (49,21,189). Sum of RGB (Red+Green+Blue) = 49+21+189=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #3115BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115BD is #CEEA42. Grayscale: #2F2F2F. Windows color (decimal): -13560387 or 12391729. OLE color: 12391729.

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

Color convert

RGB 49 21 189 -
CMYK 0.74 0.89 0 0.26
HSL 250º 0.8% 0.41% -
HSV(B) 250º 0.89% 0.74% -
XYZ 10.72 4.86 48.52 -
YUV 48.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 49 21 189 0.74 0.89 0 0.26 250 0.8 0.41
Hex 31 15 BD 4A 59 0 1A FA 50 29
Octal 61 25 275 112 131 0 32 372 120 51
Binary 110001 10101 10111101 1001010 1011001 0 11010 11111010 1010000 101001

Color Harmonies of #3115BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115BD

Black with #3115BD

Text Example


Text Example

White with #3115BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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