Html Css Color HEX #3324BD Persian Blue

📋 copy color: '#3324BD'

red 51 ◦ green 36 ◦ blue 189

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

Shades of Persian Blue #3324BD

Tints of Persian Blue #3324BD

RGB

 RED value IS 51 (20.31% from 255) = 18.48%

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

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

R = 18.48%
G = 13.04%
B = 68.48%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3324BD (or 0x3324BD) is known color: Persian Blue. HEX triplet: 33, 24 and BD. RGB value is (51,36,189). Sum of RGB (Red+Green+Blue) = 51+36+189=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #3324BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324BD is #CCDB42. Grayscale: #393939. Windows color (decimal): -13425475 or 12395571. OLE color: 12395571.

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

Color convert

RGB 51 36 189 -
CMYK 0.73 0.81 0 0.26
HSL 245.88º 0.68% 0.44% -
HSV(B) 245.88º 0.81% 0.74% -
XYZ 11.18 5.64 48.64 -
YUV 57.93 201.97 123.06 -
System Red Green Blue C M Y K H S L
Decimal 51 36 189 0.73 0.81 0 0.26 245.88 0.68 0.44
Hex 33 24 BD 49 51 0 1A F6 44 2C
Octal 63 44 275 111 121 0 32 366 104 54
Binary 110011 100100 10111101 1001001 1010001 0 11010 11110110 1000100 101100

Color Harmonies of #3324BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3324BD

Black with #3324BD

Text Example


Text Example

White with #3324BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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