Html Css Color HEX #2441BD Persian Blue

📋 copy color: '#2441BD'

red 36 ◦ green 65 ◦ blue 189

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

Shades of Persian Blue #2441BD

Tints of Persian Blue #2441BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.17%

R = 12.41%
G = 22.41%
B = 65.17%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2441BD (or 0x2441BD) is known color: Persian Blue. HEX triplet: 24, 41 and BD. RGB value is (36,65,189). Sum of RGB (Red+Green+Blue) = 36+65+189=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #2441BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2441BD is #DBBE42. Grayscale: #454545. Windows color (decimal): -14401091 or 12402980. OLE color: 12402980.

HSL color Cylindrical-coordinate representation of color #2441BD: hue angle of 228.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2441BD is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 65 189 -
CMYK 0.81 0.66 0 0.26
HSL 228.63º 0.68% 0.44% -
HSV(B) 228.63º 0.81% 0.74% -
XYZ 11.8 7.83 49.03 -
YUV 70.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 36 65 189 0.81 0.66 0 0.26 228.63 0.68 0.44
Hex 24 41 BD 51 42 0 1A E5 44 2C
Octal 44 101 275 121 102 0 32 345 104 54
Binary 100100 1000001 10111101 1010001 1000010 0 11010 11100101 1000100 101100

Color Harmonies of #2441BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2441BD

Black with #2441BD

Text Example


Text Example

White with #2441BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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