Html Css Color HEX #322DB6 Persian Blue

📋 copy color: '#322DB6'

red 50 ◦ green 45 ◦ blue 182

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

Shades of Persian Blue #322DB6

Tints of Persian Blue #322DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 182 (71.48% from 255) = 65.7%

R = 18.05%
G = 16.25%
B = 65.7%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#322DB6 (or 0x322DB6) is known color: Persian Blue. HEX triplet: 32, 2D and B6. RGB value is (50,45,182). Sum of RGB (Red+Green+Blue) = 50+45+182=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #322DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DB6 is #CDD249. Grayscale: #3D3D3D. Windows color (decimal): -13488714 or 11939122. OLE color: 11939122.

HSL color Cylindrical-coordinate representation of color #322DB6: hue angle of 242.19º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322DB6 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 45 182 -
CMYK 0.73 0.75 0 0.29
HSL 242.19º 0.6% 0.45% -
HSV(B) 242.19º 0.75% 0.71% -
XYZ 10.7 5.93 44.84 -
YUV 62.11 195.66 119.36 -
System Red Green Blue C M Y K H S L
Decimal 50 45 182 0.73 0.75 0 0.29 242.19 0.6 0.45
Hex 32 2D B6 49 4B 0 1D F2 3C 2D
Octal 62 55 266 111 113 0 35 362 74 55
Binary 110010 101101 10110110 1001001 1001011 0 11101 11110010 111100 101101

Color Harmonies of #322DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322DB6

Black with #322DB6

Text Example


Text Example

White with #322DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,45,182); }

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

background-color css

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

 a { background-color: rgb(50,45,182); }

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

border-color css

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

 span { border-color: rgb(50,45,182); }

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