Html Css Color HEX #323EB6 Persian Blue

📋 copy color: '#323EB6'

red 50 ◦ green 62 ◦ blue 182

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

Shades of Persian Blue #323EB6

Tints of Persian Blue #323EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.9%

R = 17.01%
G = 21.09%
B = 61.9%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#323EB6 (or 0x323EB6) is known color: Persian Blue. HEX triplet: 32, 3E and B6. RGB value is (50,62,182). Sum of RGB (Red+Green+Blue) = 50+62+182=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #323EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EB6 is #CDC149. Grayscale: #474747. Windows color (decimal): -13484362 or 11943474. OLE color: 11943474.

HSL color Cylindrical-coordinate representation of color #323EB6: hue angle of 234.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323EB6 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 62 182 -
CMYK 0.73 0.66 0 0.29
HSL 234.55º 0.57% 0.45% -
HSV(B) 234.55º 0.73% 0.71% -
XYZ 11.48 7.5 45.1 -
YUV 72.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 50 62 182 0.73 0.66 0 0.29 234.55 0.57 0.45
Hex 32 3E B6 49 42 0 1D EB 39 2D
Octal 62 76 266 111 102 0 35 353 71 55
Binary 110010 111110 10110110 1001001 1000010 0 11101 11101011 111001 101101

Color Harmonies of #323EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EB6

Black with #323EB6

Text Example


Text Example

White with #323EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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