#2438CD

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

Shades of Persian Blue #2438CD

Tints of Persian Blue #2438CD

Color information

#2438CD (or 0x2438CD) is unknown color: approx Persian Blue. HEX triplet: 24, 38 and CD. RGB value is (36,56,205). Sum of RGB (Red+Green+Blue) = 36+56+205=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #2438CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438CD is #DBC732. Grayscale: #424242. Windows color (decimal): -14403379 or 13449252. OLE color: 13449252.

HSL color Cylindrical-coordinate representation of color #2438CD: hue angle of 232.9º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2438CD is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3656205-
CMYK0.820.7300.20
HSL232.9º70.12%47.25%-
HSV(B)232.9º82.44%80.39%-
XYZ13.167.6158.53-
YUV67.01205.87105.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 205 (80.47% from 255) = 69.02%
R=12.12%
G=18.86%
B=69.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal36562050.820.7300.20232.970.1247.25
Hex2438CD5249014e9462f
Octal447031512211102435110657
Binary1001001110001100110110100101001001010100111010011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2438CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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