Html Css Color HEX #3225BE Persian Blue

📋 copy color: '#3225BE'

red 50 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #3225BE

Tints of Persian Blue #3225BE

RGB

 RED value IS 50 (19.92% from 255) = 18.05%

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

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

R = 18.05%
G = 13.36%
B = 68.59%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3225BE (or 0x3225BE) is known color: Persian Blue. HEX triplet: 32, 25 and BE. RGB value is (50,37,190). Sum of RGB (Red+Green+Blue) = 50+37+190=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #3225BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225BE is #CDDA41. Grayscale: #393939. Windows color (decimal): -13490754 or 12461362. OLE color: 12461362.

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

Color convert

RGB 50 37 190 -
CMYK 0.74 0.81 0 0.25
HSL 245.1º 0.67% 0.45% -
HSV(B) 245.1º 0.81% 0.75% -
XYZ 11.27 5.72 49.23 -
YUV 58.33 202.31 122.06 -
System Red Green Blue C M Y K H S L
Decimal 50 37 190 0.74 0.81 0 0.25 245.1 0.67 0.45
Hex 32 25 BE 4A 51 0 19 F5 43 2D
Octal 62 45 276 112 121 0 31 365 103 55
Binary 110010 100101 10111110 1001010 1010001 0 11001 11110101 1000011 101101

Color Harmonies of #3225BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3225BE

Black with #3225BE

Text Example


Text Example

White with #3225BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,37,190); }

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

background-color css

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

 a { background-color: rgb(50,37,190); }

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

border-color css

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

 span { border-color: rgb(50,37,190); }

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