#043DE0

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

Shades of Persian Blue #043DE0

Tints of Persian Blue #043DE0

Color information

#043DE0 (or 0x043DE0) is unknown color: approx Persian Blue. HEX triplet: 04, 3D and E0. RGB value is (4,61,224). Sum of RGB (Red+Green+Blue) = 4+61+224=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #043DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DE0 is #FBC21F. Grayscale: #3D3D3D. Windows color (decimal): -16499232 or 14695684. OLE color: 14695684.

HSL color Cylindrical-coordinate representation of color #043DE0: hue angle of 224.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DE0 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB461224-
CMYK0.980.7300.12
HSL224.45º96.49%44.71%-
HSV(B)224.45º98.21%87.84%-
XYZ15.178.7571.41-
YUV62.54219.1286.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 224 (87.89% from 255) = 77.51%
R=1.38%
G=21.11%
B=77.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4612240.980.7300.12224.4596.4944.71
Hex43DE062490Ce0602d
Octal47534014211101434014055
Binary100111101111000001100010100100101100111000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043DE0; }

 p { color: rgb(4,61,224); }

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

<style>
 a { background-color: #043DE0; }

 a { background-color: rgb(4,61,224); }

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

<style>
 span { border-color: #043DE0; }

 span { border-color: rgb(4,61,224); }

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