Html Css Color HEX #3115BB Persian Blue

📋 copy color: '#3115BB'

red 49 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #3115BB

Tints of Persian Blue #3115BB

RGB

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

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

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

R = 19.07%
G = 8.17%
B = 72.76%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3115BB (or 0x3115BB) is known color: Persian Blue. HEX triplet: 31, 15 and BB. RGB value is (49,21,187). Sum of RGB (Red+Green+Blue) = 49+21+187=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #3115BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115BB is #CEEA44. Grayscale: #2F2F2F. Windows color (decimal): -13560389 or 12260657. OLE color: 12260657.

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

Color convert

RGB 49 21 187 -
CMYK 0.74 0.89 0 0.27
HSL 250.12º 0.8% 0.41% -
HSV(B) 250.12º 0.89% 0.73% -
XYZ 10.5 4.78 47.38 -
YUV 48.3 206.28 128.5 -
System Red Green Blue C M Y K H S L
Decimal 49 21 187 0.74 0.89 0 0.27 250.12 0.8 0.41
Hex 31 15 BB 4A 59 0 1B FA 50 29
Octal 61 25 273 112 131 0 33 372 120 51
Binary 110001 10101 10111011 1001010 1011001 0 11011 11111010 1010000 101001

Color Harmonies of #3115BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115BB

Black with #3115BB

Text Example


Text Example

White with #3115BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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