#26458A

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

Shades of Fun Blue #26458A

Tints of Fun Blue #26458A

Color information

#26458A (or 0x26458A) is unknown color: approx Fun Blue. HEX triplet: 26, 45 and 8A. RGB value is (38,69,138). Sum of RGB (Red+Green+Blue) = 38+69+138=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #26458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26458A is #D9BA75. Grayscale: #434343. Windows color (decimal): -14269046 or 9061670. OLE color: 9061670.

HSL color Cylindrical-coordinate representation of color #26458A: hue angle of 221.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26458A is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3869138-
CMYK0.720.500.46
HSL221.4º56.82%34.51%-
HSV(B)221.4º72.46%54.12%-
XYZ7.516.524.9-
YUV67.6167.73106.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=15.51%
G=28.16%
B=56.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38691380.720.500.46221.456.8234.51
Hex26458A483202Edd3923
Octal46105212110620563357143
Binary1001101000101100010101001000110010010111011011101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,69,138); }

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

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

 a { background-color: rgb(38,69,138); }

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

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

 span { border-color: rgb(38,69,138); }

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