Html Css Color HEX #2441AE Persian Blue

📋 copy color: '#2441AE'

red 36 ◦ green 65 ◦ blue 174

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

Shades of Persian Blue #2441AE

Tints of Persian Blue #2441AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 13.09%
G = 23.64%
B = 63.27%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2441AE (or 0x2441AE) is known color: Persian Blue. HEX triplet: 24, 41 and AE. RGB value is (36,65,174). Sum of RGB (Red+Green+Blue) = 36+65+174=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #2441AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2441AE is #DBBE51. Grayscale: #444444. Windows color (decimal): -14401106 or 11419940. OLE color: 11419940.

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

Color convert

RGB 36 65 174 -
CMYK 0.79 0.63 0 0.32
HSL 227.39º 0.66% 0.41% -
HSV(B) 227.39º 0.79% 0.68% -
XYZ 10.26 7.21 40.9 -
YUV 68.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 36 65 174 0.79 0.63 0 0.32 227.39 0.66 0.41
Hex 24 41 AE 4F 3F 0 20 E3 42 29
Octal 44 101 256 117 77 0 40 343 102 51
Binary 100100 1000001 10101110 1001111 111111 0 100000 11100011 1000010 101001

Color Harmonies of #2441AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2441AE

Black with #2441AE

Text Example


Text Example

White with #2441AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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