#1f4484

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

Shades of Fun Blue #1F4484

Tints of Fun Blue #1F4484

Color information

#1F4484 (or 0x1F4484) is unknown color: approx Fun Blue. HEX triplet: 1F, 44 and 84. RGB value is (31,68,132). Sum of RGB (Red+Green+Blue) = 31+68+132=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4484 is #E0BB7B. Grayscale: #3F3F3F. Windows color (decimal): -14728060 or 8668191. OLE color: 8668191.

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

Color convert

RGB3168132-
CMYK0.770.4800.48
HSL218.02º61.96%31.96%-
HSV(B)218.02º76.52%51.76%-
XYZ6.86.0922.65-
YUV64.23166.24104.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=13.42%
G=29.44%
B=57.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31681320.770.4800.48218.0261.9631.96
Hex1F44844D30030da3e20
Octal37104204115600603327640
Binary111111000100100001001001101110000011000011011010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,132); }

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

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

 a { background-color: rgb(31,68,132); }

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

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

 span { border-color: rgb(31,68,132); }

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