#243ECA

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

Shades of Persian Blue #243ECA

Tints of Persian Blue #243ECA

Color information

#243ECA (or 0x243ECA) is unknown color: approx Persian Blue. HEX triplet: 24, 3E and CA. RGB value is (36,62,202). Sum of RGB (Red+Green+Blue) = 36+62+202=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #243ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ECA is #DBC135. Grayscale: #454545. Windows color (decimal): -14401846 or 13254180. OLE color: 13254180.

HSL color Cylindrical-coordinate representation of color #243ECA: hue angle of 230.6º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #243ECA is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3662202-
CMYK0.820.6900.21
HSL230.6º69.75%46.67%-
HSV(B)230.6º82.18%79.22%-
XYZ13.118.0856.75-
YUV70.19202.39103.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=12%
G=20.67%
B=67.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal36622020.820.6900.21230.669.7546.67
Hex243ECA5245015e7462f
Octal447631212210502534710657
Binary1001001111101100101010100101000101010101111001111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,62,202); }

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

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

 a { background-color: rgb(36,62,202); }

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

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

 span { border-color: rgb(36,62,202); }

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