Html Css Color HEX #3332AF Persian Blue

📋 copy color: '#3332AF'

red 51 ◦ green 50 ◦ blue 175

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

Shades of Persian Blue #3332AF

Tints of Persian Blue #3332AF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 18.48%
G = 18.12%
B = 63.41%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3332AF (or 0x3332AF) is known color: Persian Blue. HEX triplet: 33, 32 and AF. RGB value is (51,50,175). Sum of RGB (Red+Green+Blue) = 51+50+175=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #3332AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3332AF is #CCCD50. Grayscale: #404040. Windows color (decimal): -13421905 or 11481651. OLE color: 11481651.

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

Color convert

RGB 51 50 175 -
CMYK 0.71 0.71 0 0.31
HSL 240.48º 0.56% 0.44% -
HSV(B) 240.48º 0.71% 0.69% -
XYZ 10.24 6.08 41.19 -
YUV 64.55 190.33 118.34 -
System Red Green Blue C M Y K H S L
Decimal 51 50 175 0.71 0.71 0 0.31 240.48 0.56 0.44
Hex 33 32 AF 47 47 0 1F F0 38 2C
Octal 63 62 257 107 107 0 37 360 70 54
Binary 110011 110010 10101111 1000111 1000111 0 11111 11110000 111000 101100

Color Harmonies of #3332AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3332AF

Black with #3332AF

Text Example


Text Example

White with #3332AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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