Html Css Color HEX #323DB7 Persian Blue

📋 copy color: '#323DB7'

red 50 ◦ green 61 ◦ blue 183

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

Shades of Persian Blue #323DB7

Tints of Persian Blue #323DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 62.24%

R = 17.01%
G = 20.75%
B = 62.24%

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

#323DB7 (or 0x323DB7) is known color: Persian Blue. HEX triplet: 32, 3D and B7. RGB value is (50,61,183). Sum of RGB (Red+Green+Blue) = 50+61+183=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #323DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DB7 is #CDC248. Grayscale: #474747. Windows color (decimal): -13484617 or 12008754. OLE color: 12008754.

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

Color convert

RGB 50 61 183 -
CMYK 0.73 0.67 0 0.28
HSL 235.04º 0.57% 0.46% -
HSV(B) 235.04º 0.73% 0.72% -
XYZ 11.53 7.43 45.63 -
YUV 71.62 190.86 112.58 -
System Red Green Blue C M Y K H S L
Decimal 50 61 183 0.73 0.67 0 0.28 235.04 0.57 0.46
Hex 32 3D B7 49 43 0 1C EB 39 2E
Octal 62 75 267 111 103 0 34 353 71 56
Binary 110010 111101 10110111 1001001 1000011 0 11100 11101011 111001 101110

Color Harmonies of #323DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DB7

Black with #323DB7

Text Example


Text Example

White with #323DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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