Html Css Color HEX #3328AE Persian Blue

📋 copy color: '#3328AE'

red 51 ◦ green 40 ◦ blue 174

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

Shades of Persian Blue #3328AE

Tints of Persian Blue #3328AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 19.25%
G = 15.09%
B = 65.66%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3328AE (or 0x3328AE) is known color: Persian Blue. HEX triplet: 33, 28 and AE. RGB value is (51,40,174). Sum of RGB (Red+Green+Blue) = 51+40+174=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #3328AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3328AE is #CCD751. Grayscale: #3A3A3A. Windows color (decimal): -13424466 or 11413555. OLE color: 11413555.

HSL color Cylindrical-coordinate representation of color #3328AE: hue angle of 244.93º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3328AE is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 40 174 -
CMYK 0.71 0.77 0 0.32
HSL 244.93º 0.63% 0.42% -
HSV(B) 244.93º 0.77% 0.68% -
XYZ 9.76 5.28 40.55 -
YUV 58.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 51 40 174 0.71 0.77 0 0.32 244.93 0.63 0.42
Hex 33 28 AE 47 4D 0 20 F5 3F 2A
Octal 63 50 256 107 115 0 40 365 77 52
Binary 110011 101000 10101110 1000111 1001101 0 100000 11110101 111111 101010

Color Harmonies of #3328AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3328AE

Black with #3328AE

Text Example


Text Example

White with #3328AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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