Html Css Color HEX #3324D5 Persian Blue

📋 copy color: '#3324D5'

red 51 ◦ green 36 ◦ blue 213

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

Shades of Persian Blue #3324D5

Tints of Persian Blue #3324D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71%

R = 17%
G = 12%
B = 71%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3324D5 (or 0x3324D5) is known color: Persian Blue. HEX triplet: 33, 24 and D5. RGB value is (51,36,213). Sum of RGB (Red+Green+Blue) = 51+36+213=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 213 (83.59% from 255 or 71% from 300); Max value from RGB is 213 - color contains mainly: blue. Hex color #3324D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324D5 is #CCDB2A. Grayscale: #3B3B3B. Windows color (decimal): -13425451 or 13968435. OLE color: 13968435.

HSL color Cylindrical-coordinate representation of color #3324D5: hue angle of 245.08º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3324D5 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 36 213 -
CMYK 0.76 0.83 0 0.16
HSL 245.08º 0.71% 0.49% -
HSV(B) 245.08º 0.83% 0.84% -
XYZ 14.01 6.77 63.52 -
YUV 60.66 213.97 121.11 -
System Red Green Blue C M Y K H S L
Decimal 51 36 213 0.76 0.83 0 0.16 245.08 0.71 0.49
Hex 33 24 D5 4C 53 0 10 F5 47 31
Octal 63 44 325 114 123 0 20 365 107 61
Binary 110011 100100 11010101 1001100 1010011 0 10000 11110101 1000111 110001

Color Harmonies of #3324D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3324D5

Black with #3324D5

Text Example


Text Example

White with #3324D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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