Html Css Color HEX #3140BC Persian Blue

📋 copy color: '#3140BC'

red 49 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #3140BC

Tints of Persian Blue #3140BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 16.28%
G = 21.26%
B = 62.46%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3140BC (or 0x3140BC) is known color: Persian Blue. HEX triplet: 31, 40 and BC. RGB value is (49,64,188). Sum of RGB (Red+Green+Blue) = 49+64+188=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3140BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140BC is #CEBF43. Grayscale: #494949. Windows color (decimal): -13549380 or 12337201. OLE color: 12337201.

HSL color Cylindrical-coordinate representation of color #3140BC: hue angle of 233.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3140BC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 64 188 -
CMYK 0.74 0.66 0 0.26
HSL 233.53º 0.59% 0.46% -
HSV(B) 233.53º 0.74% 0.74% -
XYZ 12.18 7.95 48.47 -
YUV 73.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 49 64 188 0.74 0.66 0 0.26 233.53 0.59 0.46
Hex 31 40 BC 4A 42 0 1A EA 3B 2E
Octal 61 100 274 112 102 0 32 352 73 56
Binary 110001 1000000 10111100 1001010 1000010 0 11010 11101010 111011 101110

Color Harmonies of #3140BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3140BC

Black with #3140BC

Text Example


Text Example

White with #3140BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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