#26457f

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

Shades of Fun Blue #26457F

Tints of Fun Blue #26457F

Color information

#26457F (or 0x26457F) is unknown color: approx Fun Blue. HEX triplet: 26, 45 and 7F. RGB value is (38,69,127). Sum of RGB (Red+Green+Blue) = 38+69+127=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #26457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26457F is #D9BA80. Grayscale: #424242. Windows color (decimal): -14269057 or 8340774. OLE color: 8340774.

HSL color Cylindrical-coordinate representation of color #26457F: hue angle of 219.1º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26457F is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3869127-
CMYK0.700.4600.50
HSL219.1º53.94%32.35%-
HSV(B)219.1º70.08%49.8%-
XYZ6.766.220.92-
YUV66.34162.23107.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 127 (50% from 255) = 54.27%
R=16.24%
G=29.49%
B=54.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38691270.700.4600.50219.153.9432.35
Hex26457F462E032db3620
Octal46105177106560623336640
Binary100110100010111111111000110101110011001011011011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26457f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26457f; }

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

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

<style>
 a { background-color: #26457f; }

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

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

<style>
 span { border-color: #26457f; }

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

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