Html Css Color HEX #323AB6 Persian Blue

📋 copy color: '#323AB6'

red 50 ◦ green 58 ◦ blue 182

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

Shades of Persian Blue #323AB6

Tints of Persian Blue #323AB6

RGB

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

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

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

R = 17.24%
G = 20%
B = 62.76%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#323AB6 (or 0x323AB6) is known color: Persian Blue. HEX triplet: 32, 3A and B6. RGB value is (50,58,182). Sum of RGB (Red+Green+Blue) = 50+58+182=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #323AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AB6 is #CDC549. Grayscale: #454545. Windows color (decimal): -13485386 or 11942450. OLE color: 11942450.

HSL color Cylindrical-coordinate representation of color #323AB6: hue angle of 236.36º 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 #323AB6 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 58 182 -
CMYK 0.73 0.68 0 0.29
HSL 236.36º 0.57% 0.45% -
HSV(B) 236.36º 0.73% 0.71% -
XYZ 11.27 7.08 45.03 -
YUV 69.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 50 58 182 0.73 0.68 0 0.29 236.36 0.57 0.45
Hex 32 3A B6 49 44 0 1D EC 39 2D
Octal 62 72 266 111 104 0 35 354 71 55
Binary 110010 111010 10110110 1001001 1000100 0 11101 11101100 111001 101101

Color Harmonies of #323AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AB6

Black with #323AB6

Text Example


Text Example

White with #323AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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