Html Css Color HEX #2146AD Persian Blue

📋 copy color: '#2146AD'

red 33 ◦ green 70 ◦ blue 173

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

Shades of Persian Blue #2146AD

Tints of Persian Blue #2146AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 11.96%
G = 25.36%
B = 62.68%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2146AD (or 0x2146AD) is known color: Persian Blue. HEX triplet: 21, 46 and AD. RGB value is (33,70,173). Sum of RGB (Red+Green+Blue) = 33+70+173=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #2146AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2146AD is #DEB952. Grayscale: #464646. Windows color (decimal): -14596435 or 11355681. OLE color: 11355681.

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

Color convert

RGB 33 70 173 -
CMYK 0.81 0.60 0 0.32
HSL 224.14º 0.68% 0.4% -
HSV(B) 224.14º 0.81% 0.68% -
XYZ 10.36 7.72 40.48 -
YUV 70.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 33 70 173 0.81 0.60 0 0.32 224.14 0.68 0.4
Hex 21 46 AD 51 3C 0 20 E0 44 28
Octal 41 106 255 121 74 0 40 340 104 50
Binary 100001 1000110 10101101 1010001 111100 0 100000 11100000 1000100 101000

Color Harmonies of #2146AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146AD

Black with #2146AD

Text Example


Text Example

White with #2146AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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