Html Css Color HEX #3140BB Persian Blue

📋 copy color: '#3140BB'

red 49 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #3140BB

Tints of Persian Blue #3140BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 16.33%
G = 21.33%
B = 62.33%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3140BB (or 0x3140BB) is known color: Persian Blue. HEX triplet: 31, 40 and BB. RGB value is (49,64,187). Sum of RGB (Red+Green+Blue) = 49+64+187=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #3140BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140BB is #CEBF44. Grayscale: #494949. Windows color (decimal): -13549381 or 12271665. OLE color: 12271665.

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

Color convert

RGB 49 64 187 -
CMYK 0.74 0.66 0 0.27
HSL 233.48º 0.58% 0.46% -
HSV(B) 233.48º 0.74% 0.73% -
XYZ 12.07 7.91 47.9 -
YUV 73.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 49 64 187 0.74 0.66 0 0.27 233.48 0.58 0.46
Hex 31 40 BB 4A 42 0 1B E9 3A 2E
Octal 61 100 273 112 102 0 33 351 72 56
Binary 110001 1000000 10111011 1001010 1000010 0 11011 11101001 111010 101110

Color Harmonies of #3140BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3140BB

Black with #3140BB

Text Example


Text Example

White with #3140BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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