Html Css Color HEX #323AA2 Persian Blue

📋 copy color: '#323AA2'

red 50 ◦ green 58 ◦ blue 162

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

Shades of Persian Blue #323AA2

Tints of Persian Blue #323AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 162 (63.67% from 255) = 60%

R = 18.52%
G = 21.48%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#323AA2 (or 0x323AA2) is known color: Persian Blue. HEX triplet: 32, 3A and A2. RGB value is (50,58,162). Sum of RGB (Red+Green+Blue) = 50+58+162=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #323AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AA2 is #CDC55D. Grayscale: #434343. Windows color (decimal): -13485406 or 10631730. OLE color: 10631730.

HSL color Cylindrical-coordinate representation of color #323AA2: hue angle of 235.71º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323AA2 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 58 162 -
CMYK 0.69 0.64 0 0.36
HSL 235.71º 0.53% 0.42% -
HSV(B) 235.71º 0.69% 0.64% -
XYZ 9.35 6.31 34.91 -
YUV 67.46 181.35 115.54 -
System Red Green Blue C M Y K H S L
Decimal 50 58 162 0.69 0.64 0 0.36 235.71 0.53 0.42
Hex 32 3A A2 45 40 0 24 EC 35 2A
Octal 62 72 242 105 100 0 44 354 65 52
Binary 110010 111010 10100010 1000101 1000000 0 100100 11101100 110101 101010

Color Harmonies of #323AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AA2

Black with #323AA2

Text Example


Text Example

White with #323AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323AA2; }

 p { color: rgb(50,58,162); }

 H1.HeaderClassName
 {
   color: #323AA2;
 }
 .AnyTagClassName
 {
   color: #323AA2;
 }
</style>

background-color css

<style>
 a { background-color: #323AA2; }

 a { background-color: rgb(50,58,162); }

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

border-color css

<style>
 span { border-color: #323AA2; }

 span { border-color: rgb(50,58,162); }

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