Html Css Color HEX #2440BB Persian Blue

📋 copy color: '#2440BB'

red 36 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #2440BB

Tints of Persian Blue #2440BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 12.54%
G = 22.3%
B = 65.16%

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

#2440BB (or 0x2440BB) is known color: Persian Blue. HEX triplet: 24, 40 and BB. RGB value is (36,64,187). Sum of RGB (Red+Green+Blue) = 36+64+187=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #2440BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440BB is #DBBF44. Grayscale: #454545. Windows color (decimal): -14401349 or 12271652. OLE color: 12271652.

HSL color Cylindrical-coordinate representation of color #2440BB: hue angle of 228.87º 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 #2440BB is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 64 187 -
CMYK 0.81 0.66 0 0.27
HSL 228.87º 0.68% 0.44% -
HSV(B) 228.87º 0.81% 0.73% -
XYZ 11.53 7.63 47.88 -
YUV 69.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 36 64 187 0.81 0.66 0 0.27 228.87 0.68 0.44
Hex 24 40 BB 51 42 0 1B E5 44 2C
Octal 44 100 273 121 102 0 33 345 104 54
Binary 100100 1000000 10111011 1010001 1000010 0 11011 11100101 1000100 101100

Color Harmonies of #2440BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440BB

Black with #2440BB

Text Example


Text Example

White with #2440BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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