Html Css Color HEX #3325BA Persian Blue

📋 copy color: '#3325BA'

red 51 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #3325BA

Tints of Persian Blue #3325BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 18.61%
G = 13.5%
B = 67.88%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3325BA (or 0x3325BA) is known color: Persian Blue. HEX triplet: 33, 25 and BA. RGB value is (51,37,186). Sum of RGB (Red+Green+Blue) = 51+37+186=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #3325BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3325BA is #CCDA45. Grayscale: #393939. Windows color (decimal): -13425222 or 12199219. OLE color: 12199219.

HSL color Cylindrical-coordinate representation of color #3325BA: hue angle of 245.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3325BA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 37 186 -
CMYK 0.73 0.80 0 0.27
HSL 245.64º 0.67% 0.44% -
HSV(B) 245.64º 0.8% 0.73% -
XYZ 10.89 5.57 46.96 -
YUV 58.17 200.14 122.88 -
System Red Green Blue C M Y K H S L
Decimal 51 37 186 0.73 0.80 0 0.27 245.64 0.67 0.44
Hex 33 25 BA 49 50 0 1B F6 43 2C
Octal 63 45 272 111 120 0 33 366 103 54
Binary 110011 100101 10111010 1001001 1010000 0 11011 11110110 1000011 101100

Color Harmonies of #3325BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3325BA

Black with #3325BA

Text Example


Text Example

White with #3325BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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