#26457B

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

Shades of Fun Blue #26457B

Tints of Fun Blue #26457B

Color information

#26457B (or 0x26457B) is unknown color: approx Fun Blue. HEX triplet: 26, 45 and 7B. RGB value is (38,69,123). Sum of RGB (Red+Green+Blue) = 38+69+123=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #26457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26457B is #D9BA84. Grayscale: #414141. Windows color (decimal): -14269061 or 8078630. OLE color: 8078630.

HSL color Cylindrical-coordinate representation of color #26457B: hue angle of 218.12º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26457B is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3869123-
CMYK0.690.4400.52
HSL218.12º52.8%31.57%-
HSV(B)218.12º69.11%48.24%-
XYZ6.56.119.57-
YUV65.89160.23108.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=16.52%
G=30%
B=53.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38691230.690.4400.52218.1252.831.57
Hex26457B452C034da3520
Octal46105173105540643326540
Binary100110100010111110111000101101100011010011011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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