Html Css Color HEX #3325AC Persian Blue

📋 copy color: '#3325AC'

red 51 ◦ green 37 ◦ blue 172

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

Shades of Persian Blue #3325AC

Tints of Persian Blue #3325AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 19.62%
G = 14.23%
B = 66.15%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3325AC (or 0x3325AC) is known color: Persian Blue. HEX triplet: 33, 25 and AC. RGB value is (51,37,172). Sum of RGB (Red+Green+Blue) = 51+37+172=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #3325AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3325AC is #CCDA53. Grayscale: #383838. Windows color (decimal): -13425236 or 11281715. OLE color: 11281715.

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

Color convert

RGB 51 37 172 -
CMYK 0.70 0.78 0 0.33
HSL 246.22º 0.65% 0.41% -
HSV(B) 246.22º 0.78% 0.67% -
XYZ 9.47 5.01 39.5 -
YUV 56.58 193.14 124.02 -
System Red Green Blue C M Y K H S L
Decimal 51 37 172 0.70 0.78 0 0.33 246.22 0.65 0.41
Hex 33 25 AC 46 4E 0 21 F6 41 29
Octal 63 45 254 106 116 0 41 366 101 51
Binary 110011 100101 10101100 1000110 1001110 0 100001 11110110 1000001 101001

Color Harmonies of #3325AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3325AC

Black with #3325AC

Text Example


Text Example

White with #3325AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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