Html Css Color HEX #3328AF Persian Blue

📋 copy color: '#3328AF'

red 51 ◦ green 40 ◦ blue 175

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

Shades of Persian Blue #3328AF

Tints of Persian Blue #3328AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.79%

R = 19.17%
G = 15.04%
B = 65.79%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3328AF (or 0x3328AF) is known color: Persian Blue. HEX triplet: 33, 28 and AF. RGB value is (51,40,175). Sum of RGB (Red+Green+Blue) = 51+40+175=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #3328AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3328AF is #CCD750. Grayscale: #3A3A3A. Windows color (decimal): -13424465 or 11479091. OLE color: 11479091.

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

Color convert

RGB 51 40 175 -
CMYK 0.71 0.77 0 0.31
HSL 244.89º 0.63% 0.42% -
HSV(B) 244.89º 0.77% 0.69% -
XYZ 9.86 5.32 41.06 -
YUV 58.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 51 40 175 0.71 0.77 0 0.31 244.89 0.63 0.42
Hex 33 28 AF 47 4D 0 1F F5 3F 2A
Octal 63 50 257 107 115 0 37 365 77 52
Binary 110011 101000 10101111 1000111 1001101 0 11111 11110101 111111 101010

Color Harmonies of #3328AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3328AF

Black with #3328AF

Text Example


Text Example

White with #3328AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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