Html Css Color HEX #3328BE Persian Blue

📋 copy color: '#3328BE'

red 51 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #3328BE

Tints of Persian Blue #3328BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 18.15%
G = 14.23%
B = 67.62%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3328BE (or 0x3328BE) is known color: Persian Blue. HEX triplet: 33, 28 and BE. RGB value is (51,40,190). Sum of RGB (Red+Green+Blue) = 51+40+190=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #3328BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328BE is #CCD741. Grayscale: #3B3B3B. Windows color (decimal): -13424450 or 12462131. OLE color: 12462131.

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

Color convert

RGB 51 40 190 -
CMYK 0.73 0.79 0 0.25
HSL 244.4º 0.65% 0.45% -
HSV(B) 244.4º 0.79% 0.75% -
XYZ 11.42 5.94 49.26 -
YUV 60.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 51 40 190 0.73 0.79 0 0.25 244.4 0.65 0.45
Hex 33 28 BE 49 4F 0 19 F4 41 2D
Octal 63 50 276 111 117 0 31 364 101 55
Binary 110011 101000 10111110 1001001 1001111 0 11001 11110100 1000001 101101

Color Harmonies of #3328BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3328BE

Black with #3328BE

Text Example


Text Example

White with #3328BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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