#26458B

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

Shades of Fun Blue #26458B

Tints of Fun Blue #26458B

Color information

#26458B (or 0x26458B) is unknown color: approx Fun Blue. HEX triplet: 26, 45 and 8B. RGB value is (38,69,139). Sum of RGB (Red+Green+Blue) = 38+69+139=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #26458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26458B is #D9BA74. Grayscale: #434343. Windows color (decimal): -14269045 or 9127206. OLE color: 9127206.

HSL color Cylindrical-coordinate representation of color #26458B: hue angle of 221.58º degrees, saturation: 0.57, 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 #26458B is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3869139-
CMYK0.730.5000.45
HSL221.58º57.06%34.71%-
HSV(B)221.58º72.66%54.51%-
XYZ7.596.5325.29-
YUV67.71168.23106.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=15.45%
G=28.05%
B=56.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38691390.730.5000.45221.5857.0634.71
Hex26458B493202Dde3923
Octal46105213111620553367143
Binary1001101000101100010111001001110010010110111011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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