Html Css Color HEX #2441DD Persian Blue

📋 copy color: '#2441DD'

red 36 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #2441DD

Tints of Persian Blue #2441DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.63%

R = 11.18%
G = 20.19%
B = 68.63%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2441DD (or 0x2441DD) is known color: Persian Blue. HEX triplet: 24, 41 and DD. RGB value is (36,65,221). Sum of RGB (Red+Green+Blue) = 36+65+221=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #2441DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441DD is #DBBE22. Grayscale: #494949. Windows color (decimal): -14401059 or 14500132. OLE color: 14500132.

HSL color Cylindrical-coordinate representation of color #2441DD: hue angle of 230.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2441DD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 65 221 -
CMYK 0.84 0.71 0 0.13
HSL 230.59º 0.73% 0.5% -
HSV(B) 230.59º 0.84% 0.87% -
XYZ 15.67 9.38 69.39 -
YUV 74.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 36 65 221 0.84 0.71 0 0.13 230.59 0.73 0.5
Hex 24 41 DD 54 47 0 D E7 49 32
Octal 44 101 335 124 107 0 15 347 111 62
Binary 100100 1000001 11011101 1010100 1000111 0 1101 11100111 1001001 110010

Color Harmonies of #2441DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2441DD

Black with #2441DD

Text Example


Text Example

White with #2441DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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