#243DAF

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

Shades of Persian Blue #243DAF

Tints of Persian Blue #243DAF

Color information

#243DAF (or 0x243DAF) is unknown color: approx Persian Blue. HEX triplet: 24, 3D and AF. RGB value is (36,61,175). Sum of RGB (Red+Green+Blue) = 36+61+175=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #243DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243DAF is #DBC250. Grayscale: #424242. Windows color (decimal): -14402129 or 11484452. OLE color: 11484452.

HSL color Cylindrical-coordinate representation of color #243DAF: hue angle of 229.21º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #243DAF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3661175-
CMYK0.790.6500.31
HSL229.21º65.88%41.37%-
HSV(B)229.21º79.43%68.63%-
XYZ10.136.8141.34-
YUV66.52189.22106.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.24%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=13.24%
G=22.43%
B=64.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36611750.790.6500.31229.2165.8841.37
Hex243DAF4F4101Fe54229
Octal447525711710103734510251
Binary1001001111011010111110011111000001011111111001011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,61,175); }

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

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

 a { background-color: rgb(36,61,175); }

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

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

 span { border-color: rgb(36,61,175); }

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