Html Css Color HEX #3224BB Persian Blue

📋 copy color: '#3224BB'

red 50 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #3224BB

Tints of Persian Blue #3224BB

RGB

 RED value IS 50 (19.92% from 255) = 18.32%

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

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

R = 18.32%
G = 13.19%
B = 68.5%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3224BB (or 0x3224BB) is known color: Persian Blue. HEX triplet: 32, 24 and BB. RGB value is (50,36,187). Sum of RGB (Red+Green+Blue) = 50+36+187=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #3224BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224BB is #CDDB44. Grayscale: #383838. Windows color (decimal): -13491013 or 12264498. OLE color: 12264498.

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

Color convert

RGB 50 36 187 -
CMYK 0.73 0.81 0 0.27
HSL 245.56º 0.68% 0.44% -
HSV(B) 245.56º 0.81% 0.73% -
XYZ 10.92 5.53 47.51 -
YUV 57.4 201.14 122.72 -
System Red Green Blue C M Y K H S L
Decimal 50 36 187 0.73 0.81 0 0.27 245.56 0.68 0.44
Hex 32 24 BB 49 51 0 1B F6 44 2C
Octal 62 44 273 111 121 0 33 366 104 54
Binary 110010 100100 10111011 1001001 1010001 0 11011 11110110 1000100 101100

Color Harmonies of #3224BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3224BB

Black with #3224BB

Text Example


Text Example

White with #3224BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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