#243AC5

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

Shades of Persian Blue #243AC5

Tints of Persian Blue #243AC5

Color information

#243AC5 (or 0x243AC5) is unknown color: approx Persian Blue. HEX triplet: 24, 3A and C5. RGB value is (36,58,197). Sum of RGB (Red+Green+Blue) = 36+58+197=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 197 (77.34% from 255 or 67.70% from 291); Max value from RGB is 197 - color contains mainly: blue. Hex color #243AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243AC5 is #DBC53A. Grayscale: #424242. Windows color (decimal): -14402875 or 12925476. OLE color: 12925476.

HSL color Cylindrical-coordinate representation of color #243AC5: hue angle of 231.8º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #243AC5 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3658197-
CMYK0.820.7100.23
HSL231.8º69.1%45.69%-
HSV(B)231.8º81.73%77.25%-
XYZ12.327.4353.61-
YUV67.27201.21105.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 197 (77.34% from 255) = 67.70%
R=12.37%
G=19.93%
B=67.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal36581970.820.7100.23231.869.145.69
Hex243AC55247017e8452e
Octal447230512210702735010556
Binary1001001110101100010110100101000111010111111010001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,58,197); }

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

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

 a { background-color: rgb(36,58,197); }

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

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

 span { border-color: rgb(36,58,197); }

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