#1E4684

Color #1E4684 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #1E4684

Tints of Fun Blue #1E4684

Color information

#1E4684 (or 0x1E4684) is unknown color: approx Fun Blue. HEX triplet: 1E, 46 and 84. RGB value is (30,70,132). Sum of RGB (Red+Green+Blue) = 30+70+132=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E4684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4684 is #E1B97B. Grayscale: #404040. Windows color (decimal): -14793084 or 8668702. OLE color: 8668702.

HSL color Cylindrical-coordinate representation of color #1E4684: hue angle of 216.47º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4684 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3070132-
CMYK0.770.4700.48
HSL216.47º62.96%31.76%-
HSV(B)216.47º77.27%51.76%-
XYZ6.896.3222.69-
YUV65.11165.75102.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=12.93%
G=30.17%
B=56.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30701320.770.4700.48216.4762.9631.76
Hex1E46844D2F030d83f20
Octal36106204115570603307740
Binary111101000110100001001001101101111011000011011000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4684; }

 p { color: rgb(30,70,132); }

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

<style>
 a { background-color: #1E4684; }

 a { background-color: rgb(30,70,132); }

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

<style>
 span { border-color: #1E4684; }

 span { border-color: rgb(30,70,132); }

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