Html Css Color HEX #323AB8 Persian Blue

📋 copy color: '#323AB8'

red 50 ◦ green 58 ◦ blue 184

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

Shades of Persian Blue #323AB8

Tints of Persian Blue #323AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.01%

R = 17.12%
G = 19.86%
B = 63.01%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#323AB8 (or 0x323AB8) is known color: Persian Blue. HEX triplet: 32, 3A and B8. RGB value is (50,58,184). Sum of RGB (Red+Green+Blue) = 50+58+184=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #323AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AB8 is #CDC547. Grayscale: #454545. Windows color (decimal): -13485384 or 12073522. OLE color: 12073522.

HSL color Cylindrical-coordinate representation of color #323AB8: hue angle of 236.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323AB8 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 58 184 -
CMYK 0.73 0.68 0 0.28
HSL 236.42º 0.57% 0.46% -
HSV(B) 236.42º 0.73% 0.72% -
XYZ 11.48 7.16 46.13 -
YUV 69.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 50 58 184 0.73 0.68 0 0.28 236.42 0.57 0.46
Hex 32 3A B8 49 44 0 1C EC 39 2E
Octal 62 72 270 111 104 0 34 354 71 56
Binary 110010 111010 10111000 1001001 1000100 0 11100 11101100 111001 101110

Color Harmonies of #323AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AB8

Black with #323AB8

Text Example


Text Example

White with #323AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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