#1E3D8A

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

Shades of Fun Blue #1E3D8A

Tints of Fun Blue #1E3D8A

Color information

#1E3D8A (or 0x1E3D8A) is unknown color: approx Fun Blue. HEX triplet: 1E, 3D and 8A. RGB value is (30,61,138). Sum of RGB (Red+Green+Blue) = 30+61+138=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E3D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3D8A is #E1C275. Grayscale: #3C3C3C. Windows color (decimal): -14795382 or 9059614. OLE color: 9059614.

HSL color Cylindrical-coordinate representation of color #1E3D8A: hue angle of 222.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3D8A is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3061138-
CMYK0.780.5600.46
HSL222.78º64.29%32.94%-
HSV(B)222.78º78.26%54.12%-
XYZ6.795.4524.74-
YUV60.51171.73106.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 138 (54.30% from 255) = 60.26%
R=13.10%
G=26.64%
B=60.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30611380.780.5600.46222.7864.2932.94
Hex1E3D8A4E3802Edf4021
Octal36752121167005633710041
Binary111101111011000101010011101110000101110110111111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,61,138); }

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

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

 a { background-color: rgb(30,61,138); }

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

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

 span { border-color: rgb(30,61,138); }

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