Html Css Color HEX #3332AC Persian Blue

📋 copy color: '#3332AC'

red 51 ◦ green 50 ◦ blue 172

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

Shades of Persian Blue #3332AC

Tints of Persian Blue #3332AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63%

R = 18.68%
G = 18.32%
B = 63%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3332AC (or 0x3332AC) is known color: Persian Blue. HEX triplet: 33, 32 and AC. RGB value is (51,50,172). Sum of RGB (Red+Green+Blue) = 51+50+172=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #3332AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3332AC is #CCCD53. Grayscale: #3F3F3F. Windows color (decimal): -13421908 or 11285043. OLE color: 11285043.

HSL color Cylindrical-coordinate representation of color #3332AC: hue angle of 240.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3332AC is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 50 172 -
CMYK 0.70 0.71 0 0.33
HSL 240.49º 0.55% 0.44% -
HSV(B) 240.49º 0.71% 0.67% -
XYZ 9.95 5.96 39.66 -
YUV 64.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 51 50 172 0.70 0.71 0 0.33 240.49 0.55 0.44
Hex 33 32 AC 46 47 0 21 F0 37 2C
Octal 63 62 254 106 107 0 41 360 67 54
Binary 110011 110010 10101100 1000110 1000111 0 100001 11110000 110111 101100

Color Harmonies of #3332AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3332AC

Black with #3332AC

Text Example


Text Example

White with #3332AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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