#243FDD

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

Shades of Persian Blue #243FDD

Tints of Persian Blue #243FDD

Color information

#243FDD (or 0x243FDD) is unknown color: approx Persian Blue. HEX triplet: 24, 3F and DD. RGB value is (36,63,221). Sum of RGB (Red+Green+Blue) = 36+63+221=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #243FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FDD is #DBC022. Grayscale: #484848. Windows color (decimal): -14401571 or 14499620. OLE color: 14499620.

HSL color Cylindrical-coordinate representation of color #243FDD: hue angle of 231.24º 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 #243FDD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3663221-
CMYK0.840.7100.13
HSL231.24º73.12%50.39%-
HSV(B)231.24º83.71%86.67%-
XYZ15.569.1569.35-
YUV72.94211.55101.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.25%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 221 (86.72% from 255) = 69.06%
R=11.25%
G=19.69%
B=69.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal36632210.840.7100.13231.2473.1250.39
Hex243FDD54470De74932
Octal447733512410701534711162
Binary100100111111110111011010100100011101101111001111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243FDD; }

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

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

<style>
 a { background-color: #243FDD; }

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

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

<style>
 span { border-color: #243FDD; }

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

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