Html Css Color HEX #323AAA Persian Blue

📋 copy color: '#323AAA'

red 50 ◦ green 58 ◦ blue 170

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

Shades of Persian Blue #323AAA

Tints of Persian Blue #323AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 17.99%
G = 20.86%
B = 61.15%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#323AAA (or 0x323AAA) is known color: Persian Blue. HEX triplet: 32, 3A and AA. RGB value is (50,58,170). Sum of RGB (Red+Green+Blue) = 50+58+170=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #323AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AAA is #CDC555. Grayscale: #434343. Windows color (decimal): -13485398 or 11156018. OLE color: 11156018.

HSL color Cylindrical-coordinate representation of color #323AAA: hue angle of 236º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323AAA is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 58 170 -
CMYK 0.71 0.66 0 0.33
HSL 236º 0.55% 0.43% -
HSV(B) 236º 0.71% 0.67% -
XYZ 10.08 6.61 38.77 -
YUV 68.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 50 58 170 0.71 0.66 0 0.33 236 0.55 0.43
Hex 32 3A AA 47 42 0 21 EC 37 2B
Octal 62 72 252 107 102 0 41 354 67 53
Binary 110010 111010 10101010 1000111 1000010 0 100001 11101100 110111 101011

Color Harmonies of #323AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AAA

Black with #323AAA

Text Example


Text Example

White with #323AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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