Html Css Color HEX #3329BE Persian Blue

📋 copy color: '#3329BE'

red 51 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #3329BE

Tints of Persian Blue #3329BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 18.09%
G = 14.54%
B = 67.38%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3329BE (or 0x3329BE) is known color: Persian Blue. HEX triplet: 33, 29 and BE. RGB value is (51,41,190). Sum of RGB (Red+Green+Blue) = 51+41+190=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #3329BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329BE is #CCD641. Grayscale: #3C3C3C. Windows color (decimal): -13424194 or 12462387. OLE color: 12462387.

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

Color convert

RGB 51 41 190 -
CMYK 0.73 0.78 0 0.25
HSL 244.03º 0.65% 0.45% -
HSV(B) 244.03º 0.78% 0.75% -
XYZ 11.45 6.01 49.27 -
YUV 60.98 200.81 120.88 -
System Red Green Blue C M Y K H S L
Decimal 51 41 190 0.73 0.78 0 0.25 244.03 0.65 0.45
Hex 33 29 BE 49 4E 0 19 F4 41 2D
Octal 63 51 276 111 116 0 31 364 101 55
Binary 110011 101001 10111110 1001001 1001110 0 11001 11110100 1000001 101101

Color Harmonies of #3329BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329BE

Black with #3329BE

Text Example


Text Example

White with #3329BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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