Html Css Color HEX #3124BB Persian Blue

📋 copy color: '#3124BB'

red 49 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #3124BB

Tints of Persian Blue #3124BB

RGB

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

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

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

R = 18.01%
G = 13.24%
B = 68.75%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3124BB (or 0x3124BB) is known color: Persian Blue. HEX triplet: 31, 24 and BB. RGB value is (49,36,187). Sum of RGB (Red+Green+Blue) = 49+36+187=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #3124BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124BB is #CEDB44. Grayscale: #383838. Windows color (decimal): -13556549 or 12264497. OLE color: 12264497.

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

Color convert

RGB 49 36 187 -
CMYK 0.74 0.81 0 0.27
HSL 245.17º 0.68% 0.44% -
HSV(B) 245.17º 0.81% 0.73% -
XYZ 10.87 5.5 47.5 -
YUV 57.1 201.31 122.22 -
System Red Green Blue C M Y K H S L
Decimal 49 36 187 0.74 0.81 0 0.27 245.17 0.68 0.44
Hex 31 24 BB 4A 51 0 1B F5 44 2C
Octal 61 44 273 112 121 0 33 365 104 54
Binary 110001 100100 10111011 1001010 1010001 0 11011 11110101 1000100 101100

Color Harmonies of #3124BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3124BB

Black with #3124BB

Text Example


Text Example

White with #3124BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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