Html Css Color HEX #323BAE Persian Blue

📋 copy color: '#323BAE'

red 50 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #323BAE

Tints of Persian Blue #323BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 17.67%
G = 20.85%
B = 61.48%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#323BAE (or 0x323BAE) is known color: Persian Blue. HEX triplet: 32, 3B and AE. RGB value is (50,59,174). Sum of RGB (Red+Green+Blue) = 50+59+174=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #323BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BAE is #CDC451. Grayscale: #444444. Windows color (decimal): -13485138 or 11418418. OLE color: 11418418.

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

Color convert

RGB 50 59 174 -
CMYK 0.71 0.66 0 0.32
HSL 235.65º 0.55% 0.44% -
HSV(B) 235.65º 0.71% 0.68% -
XYZ 10.52 6.86 40.81 -
YUV 69.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 50 59 174 0.71 0.66 0 0.32 235.65 0.55 0.44
Hex 32 3B AE 47 42 0 20 EC 37 2C
Octal 62 73 256 107 102 0 40 354 67 54
Binary 110010 111011 10101110 1000111 1000010 0 100000 11101100 110111 101100

Color Harmonies of #323BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BAE

Black with #323BAE

Text Example


Text Example

White with #323BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,174); }

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

background-color css

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

 a { background-color: rgb(50,59,174); }

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

border-color css

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

 span { border-color: rgb(50,59,174); }

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