Html Css Color HEX #3124BD Persian Blue

📋 copy color: '#3124BD'

red 49 ◦ green 36 ◦ blue 189

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

Shades of Persian Blue #3124BD

Tints of Persian Blue #3124BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 17.88%
G = 13.14%
B = 68.98%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3124BD (or 0x3124BD) is known color: Persian Blue. HEX triplet: 31, 24 and BD. RGB value is (49,36,189). Sum of RGB (Red+Green+Blue) = 49+36+189=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #3124BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124BD is #CEDB42. Grayscale: #383838. Windows color (decimal): -13556547 or 12395569. OLE color: 12395569.

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

Color convert

RGB 49 36 189 -
CMYK 0.74 0.81 0 0.26
HSL 245.1º 0.68% 0.44% -
HSV(B) 245.1º 0.81% 0.74% -
XYZ 11.08 5.59 48.64 -
YUV 57.33 202.31 122.06 -
System Red Green Blue C M Y K H S L
Decimal 49 36 189 0.74 0.81 0 0.26 245.1 0.68 0.44
Hex 31 24 BD 4A 51 0 1A F5 44 2C
Octal 61 44 275 112 121 0 32 365 104 54
Binary 110001 100100 10111101 1001010 1010001 0 11010 11110101 1000100 101100

Color Harmonies of #3124BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3124BD

Black with #3124BD

Text Example


Text Example

White with #3124BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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