Html Css Color HEX #3224CB Persian Blue

📋 copy color: '#3224CB'

red 50 ◦ green 36 ◦ blue 203

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

Shades of Persian Blue #3224CB

Tints of Persian Blue #3224CB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 203 (79.69% from 255) = 70.24%

R = 17.3%
G = 12.46%
B = 70.24%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3224CB (or 0x3224CB) is known color: Persian Blue. HEX triplet: 32, 24 and CB. RGB value is (50,36,203). Sum of RGB (Red+Green+Blue) = 50+36+203=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #3224CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224CB is #CDDB34. Grayscale: #3A3A3A. Windows color (decimal): -13490997 or 13313074. OLE color: 13313074.

HSL color Cylindrical-coordinate representation of color #3224CB: hue angle of 245.03º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3224CB is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 36 203 -
CMYK 0.75 0.82 0 0.20
HSL 245.03º 0.7% 0.47% -
HSV(B) 245.03º 0.82% 0.8% -
XYZ 12.73 6.25 57.04 -
YUV 59.22 209.14 121.42 -
System Red Green Blue C M Y K H S L
Decimal 50 36 203 0.75 0.82 0 0.20 245.03 0.7 0.47
Hex 32 24 CB 4B 52 0 14 F5 46 2F
Octal 62 44 313 113 122 0 24 365 106 57
Binary 110010 100100 11001011 1001011 1010010 0 10100 11110101 1000110 101111

Color Harmonies of #3224CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3224CB

Black with #3224CB

Text Example


Text Example

White with #3224CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3224CB; }

 p { color: rgb(50,36,203); }

 H1.HeaderClassName
 {
   color: #3224CB;
 }
 .AnyTagClassName
 {
   color: #3224CB;
 }
</style>

background-color css

<style>
 a { background-color: #3224CB; }

 a { background-color: rgb(50,36,203); }

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

border-color css

<style>
 span { border-color: #3224CB; }

 span { border-color: rgb(50,36,203); }

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