#2438AE

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

Shades of Persian Blue #2438AE

Tints of Persian Blue #2438AE

Color information

#2438AE (or 0x2438AE) is unknown color: approx Persian Blue. HEX triplet: 24, 38 and AE. RGB value is (36,56,174). Sum of RGB (Red+Green+Blue) = 36+56+174=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #2438AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2438AE is #DBC751. Grayscale: #3E3E3E. Windows color (decimal): -14403410 or 11417636. OLE color: 11417636.

HSL color Cylindrical-coordinate representation of color #2438AE: hue angle of 231.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2438AE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3656174-
CMYK0.790.6800.32
HSL231.3º65.71%41.18%-
HSV(B)231.3º79.31%68.24%-
XYZ9.786.2640.74-
YUV63.47190.37108.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.53%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=13.53%
G=21.05%
B=65.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36561740.790.6800.32231.365.7141.18
Hex2438AE4F44020e74229
Octal447025611710404034710251
Binary10010011100010101110100111110001000100000111001111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2438AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2438AE; }

 p { color: rgb(36,56,174); }

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

<style>
 a { background-color: #2438AE; }

 a { background-color: rgb(36,56,174); }

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

<style>
 span { border-color: #2438AE; }

 span { border-color: rgb(36,56,174); }

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