Html Css Color HEX #322FBB Persian Blue

📋 copy color: '#322FBB'

red 50 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #322FBB

Tints of Persian Blue #322FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 17.61%
G = 16.55%
B = 65.85%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#322FBB (or 0x322FBB) is known color: Persian Blue. HEX triplet: 32, 2F and BB. RGB value is (50,47,187). Sum of RGB (Red+Green+Blue) = 50+47+187=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #322FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FBB is #CDD044. Grayscale: #3F3F3F. Windows color (decimal): -13488197 or 12267314. OLE color: 12267314.

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

Color convert

RGB 50 47 187 -
CMYK 0.73 0.75 0 0.27
HSL 241.29º 0.6% 0.46% -
HSV(B) 241.29º 0.75% 0.73% -
XYZ 11.3 6.3 47.63 -
YUV 63.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 50 47 187 0.73 0.75 0 0.27 241.29 0.6 0.46
Hex 32 2F BB 49 4B 0 1B F1 3C 2E
Octal 62 57 273 111 113 0 33 361 74 56
Binary 110010 101111 10111011 1001001 1001011 0 11011 11110001 111100 101110

Color Harmonies of #322FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FBB

Black with #322FBB

Text Example


Text Example

White with #322FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322FBB; }

 p { color: rgb(50,47,187); }

 H1.HeaderClassName
 {
   color: #322FBB;
 }
 .AnyTagClassName
 {
   color: #322FBB;
 }
</style>

background-color css

<style>
 a { background-color: #322FBB; }

 a { background-color: rgb(50,47,187); }

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

border-color css

<style>
 span { border-color: #322FBB; }

 span { border-color: rgb(50,47,187); }

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