Html Css Color HEX #3134BD Persian Blue

📋 copy color: '#3134BD'

red 49 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #3134BD

Tints of Persian Blue #3134BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 16.9%
G = 17.93%
B = 65.17%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3134BD (or 0x3134BD) is known color: Persian Blue. HEX triplet: 31, 34 and BD. RGB value is (49,52,189). Sum of RGB (Red+Green+Blue) = 49+52+189=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #3134BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134BD is #CECB42. Grayscale: #424242. Windows color (decimal): -13552451 or 12399665. OLE color: 12399665.

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

Color convert

RGB 49 52 189 -
CMYK 0.74 0.72 0 0.26
HSL 238.71º 0.59% 0.47% -
HSV(B) 238.71º 0.74% 0.74% -
XYZ 11.68 6.78 48.84 -
YUV 66.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 49 52 189 0.74 0.72 0 0.26 238.71 0.59 0.47
Hex 31 34 BD 4A 48 0 1A EF 3B 2F
Octal 61 64 275 112 110 0 32 357 73 57
Binary 110001 110100 10111101 1001010 1001000 0 11010 11101111 111011 101111

Color Harmonies of #3134BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3134BD

Black with #3134BD

Text Example


Text Example

White with #3134BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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