Html Css Color HEX #323DA6 Persian Blue

📋 copy color: '#323DA6'

red 50 ◦ green 61 ◦ blue 166

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

Shades of Persian Blue #323DA6

Tints of Persian Blue #323DA6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 166 (65.23% from 255) = 59.93%

R = 18.05%
G = 22.02%
B = 59.93%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#323DA6 (or 0x323DA6) is known color: Persian Blue. HEX triplet: 32, 3D and A6. RGB value is (50,61,166). Sum of RGB (Red+Green+Blue) = 50+61+166=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #323DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DA6 is #CDC259. Grayscale: #454545. Windows color (decimal): -13484634 or 10894642. OLE color: 10894642.

HSL color Cylindrical-coordinate representation of color #323DA6: hue angle of 234.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323DA6 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 61 166 -
CMYK 0.70 0.63 0 0.35
HSL 234.31º 0.54% 0.42% -
HSV(B) 234.31º 0.7% 0.65% -
XYZ 9.87 6.77 36.86 -
YUV 69.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 50 61 166 0.70 0.63 0 0.35 234.31 0.54 0.42
Hex 32 3D A6 46 3F 0 23 EA 36 2A
Octal 62 75 246 106 77 0 43 352 66 52
Binary 110010 111101 10100110 1000110 111111 0 100011 11101010 110110 101010

Color Harmonies of #323DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DA6

Black with #323DA6

Text Example


Text Example

White with #323DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,166); }

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

background-color css

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

 a { background-color: rgb(50,61,166); }

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

border-color css

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

 span { border-color: rgb(50,61,166); }

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