#26497A

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

Shades of Fun Blue #26497A

Tints of Fun Blue #26497A

Color information

#26497A (or 0x26497A) is unknown color: approx Fun Blue. HEX triplet: 26, 49 and 7A. RGB value is (38,73,122). Sum of RGB (Red+Green+Blue) = 38+73+122=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #26497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26497A is #D9B685. Grayscale: #434343. Windows color (decimal): -14268038 or 8014118. OLE color: 8014118.

HSL color Cylindrical-coordinate representation of color #26497A: hue angle of 215º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26497A is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3873122-
CMYK0.690.4000.52
HSL215º52.5%31.37%-
HSV(B)215º68.85%47.84%-
XYZ6.696.5819.33-
YUV68.12158.4106.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=16.31%
G=31.33%
B=52.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38731220.690.4000.5221552.531.37
Hex26497A4528034d7341f
Octal46111172105500643276437
Binary10011010010011111010100010110100001101001101011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26497A; }

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

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

<style>
 a { background-color: #26497A; }

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

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

<style>
 span { border-color: #26497A; }

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

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