#1E3F8A

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

Shades of Fun Blue #1E3F8A

Tints of Fun Blue #1E3F8A

Color information

#1E3F8A (or 0x1E3F8A) is unknown color: approx Fun Blue. HEX triplet: 1E, 3F and 8A. RGB value is (30,63,138). Sum of RGB (Red+Green+Blue) = 30+63+138=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E3F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3F8A is #E1C075. Grayscale: #3D3D3D. Windows color (decimal): -14794870 or 9060126. OLE color: 9060126.

HSL color Cylindrical-coordinate representation of color #1E3F8A: hue angle of 221.67º 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 #1E3F8A is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3063138-
CMYK0.780.5400.46
HSL221.67º64.29%32.94%-
HSV(B)221.67º78.26%54.12%-
XYZ6.95.6724.77-
YUV61.68171.07105.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=12.99%
G=27.27%
B=59.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30631380.780.5400.46221.6764.2932.94
Hex1E3F8A4E3602Ede4021
Octal36772121166605633610041
Binary111101111111000101010011101101100101110110111101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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