#1F4382

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

Shades of Fun Blue #1F4382

Tints of Fun Blue #1F4382

Color information

#1F4382 (or 0x1F4382) is unknown color: approx Fun Blue. HEX triplet: 1F, 43 and 82. RGB value is (31,67,130). Sum of RGB (Red+Green+Blue) = 31+67+130=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F4382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4382 is #E0BC7D. Grayscale: #3F3F3F. Windows color (decimal): -14728318 or 8536863. OLE color: 8536863.

HSL color Cylindrical-coordinate representation of color #1F4382: hue angle of 218.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F4382 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3167130-
CMYK0.760.4800.49
HSL218.18º61.49%31.57%-
HSV(B)218.18º76.15%50.98%-
XYZ6.65.9221.91-
YUV63.42165.57104.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 130 (51.17% from 255) = 57.02%
R=13.60%
G=29.39%
B=57.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31671300.760.4800.49218.1861.4931.57
Hex1F43824C30031da3d20
Octal37103202114600613327540
Binary111111000011100000101001100110000011000111011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,67,130); }

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

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

 a { background-color: rgb(31,67,130); }

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

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

 span { border-color: rgb(31,67,130); }

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