#2444BD

Color #2444BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2444BD

Tints of Persian Blue #2444BD

Color information

#2444BD (or 0x2444BD) is unknown color: approx Persian Blue. HEX triplet: 24, 44 and BD. RGB value is (36,68,189). Sum of RGB (Red+Green+Blue) = 36+68+189=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #2444BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2444BD is #DBBB42. Grayscale: #474747. Windows color (decimal): -14400323 or 12403748. OLE color: 12403748.

HSL color Cylindrical-coordinate representation of color #2444BD: hue angle of 227.45º 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 #2444BD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3668189-
CMYK0.810.6400.26
HSL227.45º68%44.12%-
HSV(B)227.45º80.95%74.12%-
XYZ11.988.1849.09-
YUV72.23193.9102.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.29%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=12.29%
G=23.21%
B=64.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36681890.810.6400.26227.456844.12
Hex2444BD514001Ae3442c
Octal4410427512110003234310454
Binary10010010001001011110110100011000000011010111000111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2444BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2444BD;
 }
 .AnyTagClassName
 {
   color: #2444BD;
 }
</style>
background-color css

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

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

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

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

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

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