Html Css Color HEX #322ECE Persian Blue

📋 copy color: '#322ECE'

red 50 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #322ECE

Tints of Persian Blue #322ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.23%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 16.56%
G = 15.23%
B = 68.21%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#322ECE (or 0x322ECE) is known color: Persian Blue. HEX triplet: 32, 2E and CE. RGB value is (50,46,206). Sum of RGB (Red+Green+Blue) = 50+46+206=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #322ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ECE is #CDD131. Grayscale: #404040. Windows color (decimal): -13488434 or 13512242. OLE color: 13512242.

HSL color Cylindrical-coordinate representation of color #322ECE: hue angle of 241.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322ECE is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 46 206 -
CMYK 0.76 0.78 0 0.19
HSL 241.5º 0.63% 0.49% -
HSV(B) 241.5º 0.78% 0.81% -
XYZ 13.43 7.09 59.05 -
YUV 65.44 207.33 116.99 -
System Red Green Blue C M Y K H S L
Decimal 50 46 206 0.76 0.78 0 0.19 241.5 0.63 0.49
Hex 32 2E CE 4C 4E 0 13 F2 3F 31
Octal 62 56 316 114 116 0 23 362 77 61
Binary 110010 101110 11001110 1001100 1001110 0 10011 11110010 111111 110001

Color Harmonies of #322ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322ECE

Black with #322ECE

Text Example


Text Example

White with #322ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322ECE; }

 p { color: rgb(50,46,206); }

 H1.HeaderClassName
 {
   color: #322ECE;
 }
 .AnyTagClassName
 {
   color: #322ECE;
 }
</style>

background-color css

<style>
 a { background-color: #322ECE; }

 a { background-color: rgb(50,46,206); }

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

border-color css

<style>
 span { border-color: #322ECE; }

 span { border-color: rgb(50,46,206); }

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