Html Css Color HEX #2944AA Persian Blue

📋 copy color: '#2944AA'

red 41 ◦ green 68 ◦ blue 170

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

Shades of Persian Blue #2944AA

Tints of Persian Blue #2944AA

RGB

 RED value IS 41 (16.41% from 255) = 14.7%

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 14.7%
G = 24.37%
B = 60.93%

CMYK

 C value IS 0.76

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2944AA (or 0x2944AA) is known color: Persian Blue. HEX triplet: 29, 44 and AA. RGB value is (41,68,170). Sum of RGB (Red+Green+Blue) = 41+68+170=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #2944AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2944AA is #D6BB55. Grayscale: #474747. Windows color (decimal): -14072662 or 11158569. OLE color: 11158569.

HSL color Cylindrical-coordinate representation of color #2944AA: hue angle of 227.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2944AA is Cyan = 0.76, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 68 170 -
CMYK 0.76 0.6 0 0.33
HSL 227.44º 0.61% 0.41% -
HSV(B) 227.44º 0.76% 0.67% -
XYZ 10.24 7.51 38.94 -
YUV 71.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 41 68 170 0.76 0.6 0 0.33 227.44 0.61 0.41
Hex 29 44 AA 4C 3C 0 21 E3 3D 29
Octal 51 104 252 114 74 0 41 343 75 51
Binary 101001 1000100 10101010 1001100 111100 0 100001 11100011 111101 101001

Color Harmonies of #2944AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944AA

Black with #2944AA

Text Example


Text Example

White with #2944AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2944AA; }

 p { color: rgb(41,68,170); }

 H1.HeaderClassName
 {
   color: #2944AA;
 }
 .AnyTagClassName
 {
   color: #2944AA;
 }
</style>

background-color css

<style>
 a { background-color: #2944AA; }

 a { background-color: rgb(41,68,170); }

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

border-color css

<style>
 span { border-color: #2944AA; }

 span { border-color: rgb(41,68,170); }

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