Html Css Color HEX #3225CA Persian Blue

📋 copy color: '#3225CA'

red 50 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #3225CA

Tints of Persian Blue #3225CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.9%

R = 17.3%
G = 12.8%
B = 69.9%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3225CA (or 0x3225CA) is known color: Persian Blue. HEX triplet: 32, 25 and CA. RGB value is (50,37,202). Sum of RGB (Red+Green+Blue) = 50+37+202=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #3225CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225CA is #CDDA35. Grayscale: #3B3B3B. Windows color (decimal): -13490742 or 13247794. OLE color: 13247794.

HSL color Cylindrical-coordinate representation of color #3225CA: hue angle of 244.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3225CA is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 37 202 -
CMYK 0.75 0.82 0 0.21
HSL 244.73º 0.69% 0.47% -
HSV(B) 244.73º 0.82% 0.79% -
XYZ 12.64 6.27 56.42 -
YUV 59.7 208.31 121.08 -
System Red Green Blue C M Y K H S L
Decimal 50 37 202 0.75 0.82 0 0.21 244.73 0.69 0.47
Hex 32 25 CA 4B 52 0 15 F5 45 2F
Octal 62 45 312 113 122 0 25 365 105 57
Binary 110010 100101 11001010 1001011 1010010 0 10101 11110101 1000101 101111

Color Harmonies of #3225CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3225CA

Black with #3225CA

Text Example


Text Example

White with #3225CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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