Html Css Color HEX #1E3F84 Fun Blue

📋 copy color: '#1E3F84'

red 30 ◦ green 63 ◦ blue 132

#1E3F84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #1E3F84

Tints of Fun Blue #1E3F84

RGB

 RED value IS 30 (12.11% from 255) = 13.33%

 GREEN value IS 63 (25% from 255) = 28%

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 13.33%
G = 28%
B = 58.67%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E3F84 (or 0x1E3F84) is known color: Fun Blue. HEX triplet: 1E, 3F and 84. RGB value is (30,63,132). Sum of RGB (Red+Green+Blue) = 30+63+132=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E3F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3F84 is #E1C07B. Grayscale: #3C3C3C. Windows color (decimal): -14794876 or 8666910. OLE color: 8666910.

HSL color Cylindrical-coordinate representation of color #1E3F84: hue angle of 220.59º 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 #1E3F84 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 63 132 -
CMYK 0.77 0.52 0 0.48
HSL 220.59º 0.63% 0.32% -
HSV(B) 220.59º 0.77% 0.52% -
XYZ 6.48 5.5 22.55 -
YUV 61 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 30 63 132 0.77 0.52 0 0.48 220.59 0.63 0.32
Hex 1E 3F 84 4D 34 0 30 DD 3F 20
Octal 36 77 204 115 64 0 60 335 77 40
Binary 11110 111111 10000100 1001101 110100 0 110000 11011101 111111 100000

Color Harmonies of #1E3F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3F84

Black with #1E3F84

Text Example


Text Example

White with #1E3F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E3F84;
 }
 .AnyTagClassName
 {
   color: #1E3F84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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