Html Css Color HEX #2146AB Persian Blue

📋 copy color: '#2146AB'

red 33 ◦ green 70 ◦ blue 171

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

Shades of Persian Blue #2146AB

Tints of Persian Blue #2146AB

RGB

 RED value IS 33 (13.28% from 255) = 12.04%

 GREEN value IS 70 (27.73% from 255) = 25.55%

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 12.04%
G = 25.55%
B = 62.41%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2146AB (or 0x2146AB) is known color: Persian Blue. HEX triplet: 21, 46 and AB. RGB value is (33,70,171). Sum of RGB (Red+Green+Blue) = 33+70+171=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2146AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2146AB is #DEB954. Grayscale: #464646. Windows color (decimal): -14596437 or 11224609. OLE color: 11224609.

HSL color Cylindrical-coordinate representation of color #2146AB: hue angle of 223.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2146AB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 70 171 -
CMYK 0.81 0.59 0 0.33
HSL 223.91º 0.68% 0.4% -
HSV(B) 223.91º 0.81% 0.67% -
XYZ 10.17 7.64 39.47 -
YUV 70.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 33 70 171 0.81 0.59 0 0.33 223.91 0.68 0.4
Hex 21 46 AB 51 3B 0 21 E0 44 28
Octal 41 106 253 121 73 0 41 340 104 50
Binary 100001 1000110 10101011 1010001 111011 0 100001 11100000 1000100 101000

Color Harmonies of #2146AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146AB

Black with #2146AB

Text Example


Text Example

White with #2146AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2146AB; }

 p { color: rgb(33,70,171); }

 H1.HeaderClassName
 {
   color: #2146AB;
 }
 .AnyTagClassName
 {
   color: #2146AB;
 }
</style>

background-color css

<style>
 a { background-color: #2146AB; }

 a { background-color: rgb(33,70,171); }

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

border-color css

<style>
 span { border-color: #2146AB; }

 span { border-color: rgb(33,70,171); }

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