Html Css Color HEX #2440BA Persian Blue

📋 copy color: '#2440BA'

red 36 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #2440BA

Tints of Persian Blue #2440BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 12.59%
G = 22.38%
B = 65.03%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2440BA (or 0x2440BA) is known color: Persian Blue. HEX triplet: 24, 40 and BA. RGB value is (36,64,186). Sum of RGB (Red+Green+Blue) = 36+64+186=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #2440BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440BA is #DBBF45. Grayscale: #454545. Windows color (decimal): -14401350 or 12206116. OLE color: 12206116.

HSL color Cylindrical-coordinate representation of color #2440BA: hue angle of 228.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2440BA is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 64 186 -
CMYK 0.81 0.66 0 0.27
HSL 228.8º 0.68% 0.44% -
HSV(B) 228.8º 0.81% 0.73% -
XYZ 11.42 7.59 47.32 -
YUV 69.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 36 64 186 0.81 0.66 0 0.27 228.8 0.68 0.44
Hex 24 40 BA 51 42 0 1B E5 44 2C
Octal 44 100 272 121 102 0 33 345 104 54
Binary 100100 1000000 10111010 1010001 1000010 0 11011 11100101 1000100 101100

Color Harmonies of #2440BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440BA

Black with #2440BA

Text Example


Text Example

White with #2440BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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