Html Css Color HEX #2440AB Persian Blue

📋 copy color: '#2440AB'

red 36 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #2440AB

Tints of Persian Blue #2440AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 13.28%
G = 23.62%
B = 63.1%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2440AB (or 0x2440AB) is known color: Persian Blue. HEX triplet: 24, 40 and AB. RGB value is (36,64,171). Sum of RGB (Red+Green+Blue) = 36+64+171=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #2440AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2440AB is #DBBF54. Grayscale: #434343. Windows color (decimal): -14401365 or 11223076. OLE color: 11223076.

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

Color convert

RGB 36 64 171 -
CMYK 0.79 0.63 0 0.33
HSL 227.56º 0.65% 0.41% -
HSV(B) 227.56º 0.79% 0.67% -
XYZ 9.91 6.98 39.35 -
YUV 67.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 36 64 171 0.79 0.63 0 0.33 227.56 0.65 0.41
Hex 24 40 AB 4F 3F 0 21 E4 41 29
Octal 44 100 253 117 77 0 41 344 101 51
Binary 100100 1000000 10101011 1001111 111111 0 100001 11100100 1000001 101001

Color Harmonies of #2440AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440AB

Black with #2440AB

Text Example


Text Example

White with #2440AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2440AB; }

 p { color: rgb(36,64,171); }

 H1.HeaderClassName
 {
   color: #2440AB;
 }
 .AnyTagClassName
 {
   color: #2440AB;
 }
</style>

background-color css

<style>
 a { background-color: #2440AB; }

 a { background-color: rgb(36,64,171); }

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

border-color css

<style>
 span { border-color: #2440AB; }

 span { border-color: rgb(36,64,171); }

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