Html Css Color HEX #323FAA Persian Blue

📋 copy color: '#323FAA'

red 50 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #323FAA

Tints of Persian Blue #323FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

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

R = 17.67%
G = 22.26%
B = 60.07%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#323FAA (or 0x323FAA) is known color: Persian Blue. HEX triplet: 32, 3F and AA. RGB value is (50,63,170). Sum of RGB (Red+Green+Blue) = 50+63+170=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #323FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FAA is #CDC055. Grayscale: #464646. Windows color (decimal): -13484118 or 11157298. OLE color: 11157298.

HSL color Cylindrical-coordinate representation of color #323FAA: hue angle of 233.5º 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 #323FAA is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 63 170 -
CMYK 0.71 0.63 0 0.33
HSL 233.5º 0.55% 0.43% -
HSV(B) 233.5º 0.71% 0.67% -
XYZ 10.35 7.14 38.86 -
YUV 71.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 50 63 170 0.71 0.63 0 0.33 233.5 0.55 0.43
Hex 32 3F AA 47 3F 0 21 EA 37 2B
Octal 62 77 252 107 77 0 41 352 67 53
Binary 110010 111111 10101010 1000111 111111 0 100001 11101010 110111 101011

Color Harmonies of #323FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FAA

Black with #323FAA

Text Example


Text Example

White with #323FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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