Html Css Color HEX #2440B6 Persian Blue

📋 copy color: '#2440B6'

red 36 ◦ green 64 ◦ blue 182

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

Shades of Persian Blue #2440B6

Tints of Persian Blue #2440B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 64.54%

R = 12.77%
G = 22.7%
B = 64.54%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2440B6 (or 0x2440B6) is known color: Persian Blue. HEX triplet: 24, 40 and B6. RGB value is (36,64,182). Sum of RGB (Red+Green+Blue) = 36+64+182=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #2440B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440B6 is #DBBF49. Grayscale: #444444. Windows color (decimal): -14401354 or 11943972. OLE color: 11943972.

HSL color Cylindrical-coordinate representation of color #2440B6: hue angle of 228.49º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2440B6 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 64 182 -
CMYK 0.80 0.65 0 0.29
HSL 228.49º 0.67% 0.43% -
HSV(B) 228.49º 0.8% 0.71% -
XYZ 11 7.42 45.11 -
YUV 69.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 36 64 182 0.80 0.65 0 0.29 228.49 0.67 0.43
Hex 24 40 B6 50 41 0 1D E4 43 2B
Octal 44 100 266 120 101 0 35 344 103 53
Binary 100100 1000000 10110110 1010000 1000001 0 11101 11100100 1000011 101011

Color Harmonies of #2440B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440B6

Black with #2440B6

Text Example


Text Example

White with #2440B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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