Html Css Color HEX #2445AD Persian Blue

📋 copy color: '#2445AD'

red 36 ◦ green 69 ◦ blue 173

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

Shades of Persian Blue #2445AD

Tints of Persian Blue #2445AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 12.95%
G = 24.82%
B = 62.23%

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

#2445AD (or 0x2445AD) is known color: Persian Blue. HEX triplet: 24, 45 and AD. RGB value is (36,69,173). Sum of RGB (Red+Green+Blue) = 36+69+173=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2445AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2445AD is #DBBA52. Grayscale: #464646. Windows color (decimal): -14400083 or 11355428. OLE color: 11355428.

HSL color Cylindrical-coordinate representation of color #2445AD: hue angle of 225.55º 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 #2445AD is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 69 173 -
CMYK 0.79 0.60 0 0.32
HSL 225.55º 0.66% 0.41% -
HSV(B) 225.55º 0.79% 0.68% -
XYZ 10.4 7.65 40.46 -
YUV 70.99 185.57 103.04 -
System Red Green Blue C M Y K H S L
Decimal 36 69 173 0.79 0.60 0 0.32 225.55 0.66 0.41
Hex 24 45 AD 4F 3C 0 20 E2 42 29
Octal 44 105 255 117 74 0 40 342 102 51
Binary 100100 1000101 10101101 1001111 111100 0 100000 11100010 1000010 101001

Color Harmonies of #2445AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2445AD

Black with #2445AD

Text Example


Text Example

White with #2445AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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