Html Css Color HEX #323FB7 Persian Blue

📋 copy color: '#323FB7'

red 50 ◦ green 63 ◦ blue 183

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

Shades of Persian Blue #323FB7

Tints of Persian Blue #323FB7

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

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

R = 16.89%
G = 21.28%
B = 61.82%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#323FB7 (or 0x323FB7) is known color: Persian Blue. HEX triplet: 32, 3F and B7. RGB value is (50,63,183). Sum of RGB (Red+Green+Blue) = 50+63+183=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 183 (71.88% from 255 or 61.82% from 296); Max value from RGB is 183 - color contains mainly: blue. Hex color #323FB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FB7 is #CDC048. Grayscale: #484848. Windows color (decimal): -13484105 or 12009266. OLE color: 12009266.

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

Color convert

RGB 50 63 183 -
CMYK 0.73 0.66 0 0.28
HSL 234.14º 0.57% 0.46% -
HSV(B) 234.14º 0.73% 0.72% -
XYZ 11.64 7.65 45.66 -
YUV 72.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 50 63 183 0.73 0.66 0 0.28 234.14 0.57 0.46
Hex 32 3F B7 49 42 0 1C EA 39 2E
Octal 62 77 267 111 102 0 34 352 71 56
Binary 110010 111111 10110111 1001001 1000010 0 11100 11101010 111001 101110

Color Harmonies of #323FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FB7

Black with #323FB7

Text Example


Text Example

White with #323FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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