Html Css Color HEX #2446AD Persian Blue

📋 copy color: '#2446AD'

red 36 ◦ green 70 ◦ blue 173

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

Shades of Persian Blue #2446AD

Tints of Persian Blue #2446AD

RGB

 RED value IS 36 (14.45% from 255) = 12.9%

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

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

R = 12.9%
G = 25.09%
B = 62.01%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2446AD (or 0x2446AD) is known color: Persian Blue. HEX triplet: 24, 46 and AD. RGB value is (36,70,173). Sum of RGB (Red+Green+Blue) = 36+70+173=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #2446AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2446AD is #DBB952. Grayscale: #474747. Windows color (decimal): -14399827 or 11355684. OLE color: 11355684.

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

Color convert

RGB 36 70 173 -
CMYK 0.79 0.60 0 0.32
HSL 225.11º 0.66% 0.41% -
HSV(B) 225.11º 0.79% 0.68% -
XYZ 10.46 7.77 40.48 -
YUV 71.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 36 70 173 0.79 0.60 0 0.32 225.11 0.66 0.41
Hex 24 46 AD 4F 3C 0 20 E1 42 29
Octal 44 106 255 117 74 0 40 341 102 51
Binary 100100 1000110 10101101 1001111 111100 0 100000 11100001 1000010 101001

Color Harmonies of #2446AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2446AD

Black with #2446AD

Text Example


Text Example

White with #2446AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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