Html Css Color HEX #323AD6 Persian Blue

📋 copy color: '#323AD6'

red 50 ◦ green 58 ◦ blue 214

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

Shades of Persian Blue #323AD6

Tints of Persian Blue #323AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.46%

R = 15.53%
G = 18.01%
B = 66.46%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#323AD6 (or 0x323AD6) is known color: Persian Blue. HEX triplet: 32, 3A and D6. RGB value is (50,58,214). Sum of RGB (Red+Green+Blue) = 50+58+214=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #323AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AD6 is #CDC529. Grayscale: #484848. Windows color (decimal): -13485354 or 14039602. OLE color: 14039602.

HSL color Cylindrical-coordinate representation of color #323AD6: hue angle of 237.07º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323AD6 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 58 214 -
CMYK 0.77 0.73 0 0.16
HSL 237.07º 0.67% 0.52% -
HSV(B) 237.07º 0.77% 0.84% -
XYZ 14.97 8.56 64.48 -
YUV 73.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 50 58 214 0.77 0.73 0 0.16 237.07 0.67 0.52
Hex 32 3A D6 4D 49 0 10 ED 43 34
Octal 62 72 326 115 111 0 20 355 103 64
Binary 110010 111010 11010110 1001101 1001001 0 10000 11101101 1000011 110100

Color Harmonies of #323AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AD6

Black with #323AD6

Text Example


Text Example

White with #323AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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