Html Css Color HEX #3328DC Persian Blue

📋 copy color: '#3328DC'

red 51 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #3328DC

Tints of Persian Blue #3328DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 16.4%
G = 12.86%
B = 70.74%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3328DC (or 0x3328DC) is known color: Persian Blue. HEX triplet: 33, 28 and DC. RGB value is (51,40,220). Sum of RGB (Red+Green+Blue) = 51+40+220=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #3328DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328DC is #CCD723. Grayscale: #3F3F3F. Windows color (decimal): -13424420 or 14428211. OLE color: 14428211.

HSL color Cylindrical-coordinate representation of color #3328DC: hue angle of 243.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3328DC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 40 220 -
CMYK 0.77 0.82 0 0.14
HSL 243.67º 0.72% 0.51% -
HSV(B) 243.67º 0.82% 0.86% -
XYZ 15.04 7.39 68.34 -
YUV 63.81 216.14 118.86 -
System Red Green Blue C M Y K H S L
Decimal 51 40 220 0.77 0.82 0 0.14 243.67 0.72 0.51
Hex 33 28 DC 4D 52 0 E F4 48 33
Octal 63 50 334 115 122 0 16 364 110 63
Binary 110011 101000 11011100 1001101 1010010 0 1110 11110100 1001000 110011

Color Harmonies of #3328DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3328DC

Black with #3328DC

Text Example


Text Example

White with #3328DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3328DC; }

 p { color: rgb(51,40,220); }

 H1.HeaderClassName
 {
   color: #3328DC;
 }
 .AnyTagClassName
 {
   color: #3328DC;
 }
</style>

background-color css

<style>
 a { background-color: #3328DC; }

 a { background-color: rgb(51,40,220); }

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

border-color css

<style>
 span { border-color: #3328DC; }

 span { border-color: rgb(51,40,220); }

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