Html Css Color HEX #321ABB Persian Blue

📋 copy color: '#321ABB'

red 50 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #321ABB

Tints of Persian Blue #321ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.89%

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

R = 19.01%
G = 9.89%
B = 71.1%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#321ABB (or 0x321ABB) is known color: Persian Blue. HEX triplet: 32, 1A and BB. RGB value is (50,26,187). Sum of RGB (Red+Green+Blue) = 50+26+187=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #321ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ABB is #CDE544. Grayscale: #323232. Windows color (decimal): -13493573 or 12261938. OLE color: 12261938.

HSL color Cylindrical-coordinate representation of color #321ABB: hue angle of 248.94º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321ABB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 26 187 -
CMYK 0.73 0.86 0 0.27
HSL 248.94º 0.76% 0.42% -
HSV(B) 248.94º 0.86% 0.73% -
XYZ 10.65 5 47.42 -
YUV 51.53 204.45 126.91 -
System Red Green Blue C M Y K H S L
Decimal 50 26 187 0.73 0.86 0 0.27 248.94 0.76 0.42
Hex 32 1A BB 49 56 0 1B F9 4C 2A
Octal 62 32 273 111 126 0 33 371 114 52
Binary 110010 11010 10111011 1001001 1010110 0 11011 11111001 1001100 101010

Color Harmonies of #321ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ABB

Black with #321ABB

Text Example


Text Example

White with #321ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321ABB; }

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

 H1.HeaderClassName
 {
   color: #321ABB;
 }
 .AnyTagClassName
 {
   color: #321ABB;
 }
</style>

background-color css

<style>
 a { background-color: #321ABB; }

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

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

border-color css

<style>
 span { border-color: #321ABB; }

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

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