Html Css Color HEX #3323B7 Persian Blue

📋 copy color: '#3323B7'

red 51 ◦ green 35 ◦ blue 183

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

Shades of Persian Blue #3323B7

Tints of Persian Blue #3323B7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 183 (71.88% from 255) = 68.03%

R = 18.96%
G = 13.01%
B = 68.03%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3323B7 (or 0x3323B7) is known color: Persian Blue. HEX triplet: 33, 23 and B7. RGB value is (51,35,183). Sum of RGB (Red+Green+Blue) = 51+35+183=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 183 (71.88% from 255 or 68.03% from 269); Max value from RGB is 183 - color contains mainly: blue. Hex color #3323B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3323B7 is #CCDC48. Grayscale: #383838. Windows color (decimal): -13425737 or 12002099. OLE color: 12002099.

HSL color Cylindrical-coordinate representation of color #3323B7: hue angle of 246.49º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3323B7 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 35 183 -
CMYK 0.72 0.81 0 0.28
HSL 246.49º 0.68% 0.43% -
HSV(B) 246.49º 0.81% 0.72% -
XYZ 10.51 5.32 45.27 -
YUV 56.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 51 35 183 0.72 0.81 0 0.28 246.49 0.68 0.43
Hex 33 23 B7 48 51 0 1C F6 44 2B
Octal 63 43 267 110 121 0 34 366 104 53
Binary 110011 100011 10110111 1001000 1010001 0 11100 11110110 1000100 101011

Color Harmonies of #3323B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3323B7

Black with #3323B7

Text Example


Text Example

White with #3323B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3323B7; }

 p { color: rgb(51,35,183); }

 H1.HeaderClassName
 {
   color: #3323B7;
 }
 .AnyTagClassName
 {
   color: #3323B7;
 }
</style>

background-color css

<style>
 a { background-color: #3323B7; }

 a { background-color: rgb(51,35,183); }

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

border-color css

<style>
 span { border-color: #3323B7; }

 span { border-color: rgb(51,35,183); }

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