Html Css Color HEX #3323BE Persian Blue

📋 copy color: '#3323BE'

red 51 ◦ green 35 ◦ blue 190

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

Shades of Persian Blue #3323BE

Tints of Persian Blue #3323BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 18.48%
G = 12.68%
B = 68.84%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3323BE (or 0x3323BE) is known color: Persian Blue. HEX triplet: 33, 23 and BE. RGB value is (51,35,190). Sum of RGB (Red+Green+Blue) = 51+35+190=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #3323BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3323BE is #CCDC41. Grayscale: #383838. Windows color (decimal): -13425730 or 12460851. OLE color: 12460851.

HSL color Cylindrical-coordinate representation of color #3323BE: hue angle of 246.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3323BE is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 35 190 -
CMYK 0.73 0.82 0 0.25
HSL 246.19º 0.69% 0.44% -
HSV(B) 246.19º 0.82% 0.75% -
XYZ 11.26 5.62 49.21 -
YUV 57.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 51 35 190 0.73 0.82 0 0.25 246.19 0.69 0.44
Hex 33 23 BE 49 52 0 19 F6 45 2C
Octal 63 43 276 111 122 0 31 366 105 54
Binary 110011 100011 10111110 1001001 1010010 0 11001 11110110 1000101 101100

Color Harmonies of #3323BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3323BE

Black with #3323BE

Text Example


Text Example

White with #3323BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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