#26498D

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

Shades of Fun Blue #26498D

Tints of Fun Blue #26498D

Color information

#26498D (or 0x26498D) is unknown color: approx Fun Blue. HEX triplet: 26, 49 and 8D. RGB value is (38,73,141). Sum of RGB (Red+Green+Blue) = 38+73+141=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #26498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26498D is #D9B672. Grayscale: #454545. Windows color (decimal): -14268019 or 9259302. OLE color: 9259302.

HSL color Cylindrical-coordinate representation of color #26498D: hue angle of 219.61º 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 #26498D is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3873141-
CMYK0.730.4800.45
HSL219.61º57.54%35.1%-
HSV(B)219.61º73.05%55.29%-
XYZ7.997.126.15-
YUV70.29167.9104.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=15.08%
G=28.97%
B=55.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38731410.730.4800.45219.6157.5435.1
Hex26498D493002Ddc3a23
Octal46111215111600553347243
Binary1001101001001100011011001001110000010110111011100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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