#26478D

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

Shades of Fun Blue #26478D

Tints of Fun Blue #26478D

Color information

#26478D (or 0x26478D) is unknown color: approx Fun Blue. HEX triplet: 26, 47 and 8D. RGB value is (38,71,141). Sum of RGB (Red+Green+Blue) = 38+71+141=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #26478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26478D is #D9B872. Grayscale: #444444. Windows color (decimal): -14268531 or 9258790. OLE color: 9258790.

HSL color Cylindrical-coordinate representation of color #26478D: hue angle of 220.78º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26478D is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3871141-
CMYK0.730.5000.45
HSL220.78º57.54%35.1%-
HSV(B)220.78º73.05%55.29%-
XYZ7.866.8426.11-
YUV69.11168.57105.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=15.2%
G=28.4%
B=56.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38711410.730.5000.45220.7857.5435.1
Hex26478D493202Ddd3a23
Octal46107215111620553357243
Binary1001101000111100011011001001110010010110111011101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26478D; }

 p { color: rgb(38,71,141); }

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

<style>
 a { background-color: #26478D; }

 a { background-color: rgb(38,71,141); }

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

<style>
 span { border-color: #26478D; }

 span { border-color: rgb(38,71,141); }

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