Html Css Color HEX #323EAA Persian Blue

📋 copy color: '#323EAA'

red 50 ◦ green 62 ◦ blue 170

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

Shades of Persian Blue #323EAA

Tints of Persian Blue #323EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 17.73%
G = 21.99%
B = 60.28%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#323EAA (or 0x323EAA) is known color: Persian Blue. HEX triplet: 32, 3E and AA. RGB value is (50,62,170). Sum of RGB (Red+Green+Blue) = 50+62+170=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #323EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EAA is #CDC155. Grayscale: #464646. Windows color (decimal): -13484374 or 11157042. OLE color: 11157042.

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

Color convert

RGB 50 62 170 -
CMYK 0.71 0.64 0 0.33
HSL 234º 0.55% 0.43% -
HSV(B) 234º 0.71% 0.67% -
XYZ 10.29 7.03 38.84 -
YUV 70.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 50 62 170 0.71 0.64 0 0.33 234 0.55 0.43
Hex 32 3E AA 47 40 0 21 EA 37 2B
Octal 62 76 252 107 100 0 41 352 67 53
Binary 110010 111110 10101010 1000111 1000000 0 100001 11101010 110111 101011

Color Harmonies of #323EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EAA

Black with #323EAA

Text Example


Text Example

White with #323EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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