Html Css Color HEX #323BAC Persian Blue

📋 copy color: '#323BAC'

red 50 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #323BAC

Tints of Persian Blue #323BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 17.79%
G = 21%
B = 61.21%

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

#323BAC (or 0x323BAC) is known color: Persian Blue. HEX triplet: 32, 3B and AC. RGB value is (50,59,172). Sum of RGB (Red+Green+Blue) = 50+59+172=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #323BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BAC is #CDC453. Grayscale: #444444. Windows color (decimal): -13485140 or 11287346. OLE color: 11287346.

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

Color convert

RGB 50 59 172 -
CMYK 0.71 0.66 0 0.33
HSL 235.57º 0.55% 0.44% -
HSV(B) 235.57º 0.71% 0.67% -
XYZ 10.33 6.78 39.8 -
YUV 69.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 50 59 172 0.71 0.66 0 0.33 235.57 0.55 0.44
Hex 32 3B AC 47 42 0 21 EC 37 2C
Octal 62 73 254 107 102 0 41 354 67 54
Binary 110010 111011 10101100 1000111 1000010 0 100001 11101100 110111 101100

Color Harmonies of #323BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BAC

Black with #323BAC

Text Example


Text Example

White with #323BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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