Html Css Color HEX #2441AA Persian Blue

📋 copy color: '#2441AA'

red 36 ◦ green 65 ◦ blue 170

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

Shades of Persian Blue #2441AA

Tints of Persian Blue #2441AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 13.28%
G = 23.99%
B = 62.73%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2441AA (or 0x2441AA) is known color: Persian Blue. HEX triplet: 24, 41 and AA. RGB value is (36,65,170). Sum of RGB (Red+Green+Blue) = 36+65+170=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #2441AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2441AA is #DBBE55. Grayscale: #434343. Windows color (decimal): -14401110 or 11157796. OLE color: 11157796.

HSL color Cylindrical-coordinate representation of color #2441AA: hue angle of 227.01º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2441AA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 65 170 -
CMYK 0.79 0.62 0 0.33
HSL 227.01º 0.65% 0.4% -
HSV(B) 227.01º 0.79% 0.67% -
XYZ 9.87 7.06 38.87 -
YUV 68.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 36 65 170 0.79 0.62 0 0.33 227.01 0.65 0.4
Hex 24 41 AA 4F 3E 0 21 E3 41 28
Octal 44 101 252 117 76 0 41 343 101 50
Binary 100100 1000001 10101010 1001111 111110 0 100001 11100011 1000001 101000

Color Harmonies of #2441AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2441AA

Black with #2441AA

Text Example


Text Example

White with #2441AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,65,170); }

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

background-color css

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

 a { background-color: rgb(36,65,170); }

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

border-color css

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

 span { border-color: rgb(36,65,170); }

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