Html Css Color HEX #2244AD Persian Blue

📋 copy color: '#2244AD'

red 34 ◦ green 68 ◦ blue 173

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

Shades of Persian Blue #2244AD

Tints of Persian Blue #2244AD

RGB

 RED value IS 34 (13.67% from 255) = 12.36%

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 12.36%
G = 24.73%
B = 62.91%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2244AD (or 0x2244AD) is known color: Persian Blue. HEX triplet: 22, 44 and AD. RGB value is (34,68,173). Sum of RGB (Red+Green+Blue) = 34+68+173=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #2244AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2244AD is #DDBB52. Grayscale: #454545. Windows color (decimal): -14531411 or 11355170. OLE color: 11355170.

HSL color Cylindrical-coordinate representation of color #2244AD: hue angle of 225.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2244AD is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 68 173 -
CMYK 0.80 0.61 0 0.32
HSL 225.32º 0.67% 0.41% -
HSV(B) 225.32º 0.8% 0.68% -
XYZ 10.27 7.49 40.44 -
YUV 69.8 186.24 102.46 -
System Red Green Blue C M Y K H S L
Decimal 34 68 173 0.80 0.61 0 0.32 225.32 0.67 0.41
Hex 22 44 AD 50 3D 0 20 E1 43 29
Octal 42 104 255 120 75 0 40 341 103 51
Binary 100010 1000100 10101101 1010000 111101 0 100000 11100001 1000011 101001

Color Harmonies of #2244AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2244AD

Black with #2244AD

Text Example


Text Example

White with #2244AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,68,173); }

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

background-color css

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

 a { background-color: rgb(34,68,173); }

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

border-color css

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

 span { border-color: rgb(34,68,173); }

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