Html Css Color HEX #2441DE Persian Blue

📋 copy color: '#2441DE'

red 36 ◦ green 65 ◦ blue 222

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

Shades of Persian Blue #2441DE

Tints of Persian Blue #2441DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 11.15%
G = 20.12%
B = 68.73%

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

#2441DE (or 0x2441DE) is known color: Persian Blue. HEX triplet: 24, 41 and DE. RGB value is (36,65,222). Sum of RGB (Red+Green+Blue) = 36+65+222=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #2441DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441DE is #DBBE21. Grayscale: #494949. Windows color (decimal): -14401058 or 14565668. OLE color: 14565668.

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

Color convert

RGB 36 65 222 -
CMYK 0.84 0.71 0 0.13
HSL 230.65º 0.74% 0.51% -
HSV(B) 230.65º 0.84% 0.87% -
XYZ 15.8 9.43 70.09 -
YUV 74.23 211.39 100.73 -
System Red Green Blue C M Y K H S L
Decimal 36 65 222 0.84 0.71 0 0.13 230.65 0.74 0.51
Hex 24 41 DE 54 47 0 D E7 4A 33
Octal 44 101 336 124 107 0 15 347 112 63
Binary 100100 1000001 11011110 1010100 1000111 0 1101 11100111 1001010 110011

Color Harmonies of #2441DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2441DE

Black with #2441DE

Text Example


Text Example

White with #2441DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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