Html Css Color HEX #2441BA Persian Blue

📋 copy color: '#2441BA'

red 36 ◦ green 65 ◦ blue 186

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

Shades of Persian Blue #2441BA

Tints of Persian Blue #2441BA

RGB

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

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

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

R = 12.54%
G = 22.65%
B = 64.81%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2441BA (or 0x2441BA) is known color: Persian Blue. HEX triplet: 24, 41 and BA. RGB value is (36,65,186). Sum of RGB (Red+Green+Blue) = 36+65+186=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #2441BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441BA is #DBBE45. Grayscale: #454545. Windows color (decimal): -14401094 or 12206372. OLE color: 12206372.

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

Color convert

RGB 36 65 186 -
CMYK 0.81 0.65 0 0.27
HSL 228.4º 0.68% 0.44% -
HSV(B) 228.4º 0.81% 0.73% -
XYZ 11.48 7.7 47.34 -
YUV 70.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 36 65 186 0.81 0.65 0 0.27 228.4 0.68 0.44
Hex 24 41 BA 51 41 0 1B E4 44 2C
Octal 44 101 272 121 101 0 33 344 104 54
Binary 100100 1000001 10111010 1010001 1000001 0 11011 11100100 1000100 101100

Color Harmonies of #2441BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2441BA

Black with #2441BA

Text Example


Text Example

White with #2441BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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