Html Css Color HEX #323DB8 Persian Blue

📋 copy color: '#323DB8'

red 50 ◦ green 61 ◦ blue 184

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

Shades of Persian Blue #323DB8

Tints of Persian Blue #323DB8

RGB

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

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

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

R = 16.95%
G = 20.68%
B = 62.37%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#323DB8 (or 0x323DB8) is known color: Persian Blue. HEX triplet: 32, 3D and B8. RGB value is (50,61,184). Sum of RGB (Red+Green+Blue) = 50+61+184=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #323DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DB8 is #CDC247. Grayscale: #474747. Windows color (decimal): -13484616 or 12074290. OLE color: 12074290.

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

Color convert

RGB 50 61 184 -
CMYK 0.73 0.67 0 0.28
HSL 235.07º 0.57% 0.46% -
HSV(B) 235.07º 0.73% 0.72% -
XYZ 11.64 7.48 46.18 -
YUV 71.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 50 61 184 0.73 0.67 0 0.28 235.07 0.57 0.46
Hex 32 3D B8 49 43 0 1C EB 39 2E
Octal 62 75 270 111 103 0 34 353 71 56
Binary 110010 111101 10111000 1001001 1000011 0 11100 11101011 111001 101110

Color Harmonies of #323DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DB8

Black with #323DB8

Text Example


Text Example

White with #323DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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