Html Css Color HEX #323FBA Persian Blue

📋 copy color: '#323FBA'

red 50 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #323FBA

Tints of Persian Blue #323FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 16.72%
G = 21.07%
B = 62.21%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#323FBA (or 0x323FBA) is known color: Persian Blue. HEX triplet: 32, 3F and BA. RGB value is (50,63,186). Sum of RGB (Red+Green+Blue) = 50+63+186=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #323FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FBA is #CDC045. Grayscale: #484848. Windows color (decimal): -13484102 or 12205874. OLE color: 12205874.

HSL color Cylindrical-coordinate representation of color #323FBA: hue angle of 234.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323FBA is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 63 186 -
CMYK 0.73 0.66 0 0.27
HSL 234.26º 0.58% 0.46% -
HSV(B) 234.26º 0.73% 0.73% -
XYZ 11.96 7.78 47.33 -
YUV 73.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 50 63 186 0.73 0.66 0 0.27 234.26 0.58 0.46
Hex 32 3F BA 49 42 0 1B EA 3A 2E
Octal 62 77 272 111 102 0 33 352 72 56
Binary 110010 111111 10111010 1001001 1000010 0 11011 11101010 111010 101110

Color Harmonies of #323FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FBA

Black with #323FBA

Text Example


Text Example

White with #323FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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