#264B82

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

Shades of Fun Blue #264B82

Tints of Fun Blue #264B82

Color information

#264B82 (or 0x264B82) is unknown color: approx Fun Blue. HEX triplet: 26, 4B and 82. RGB value is (38,75,130). Sum of RGB (Red+Green+Blue) = 38+75+130=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #264B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264B82 is #D9B47D. Grayscale: #454545. Windows color (decimal): -14267518 or 8538918. OLE color: 8538918.

HSL color Cylindrical-coordinate representation of color #264B82: hue angle of 215.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264B82 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3875130-
CMYK0.710.4200.49
HSL215.87º54.76%32.94%-
HSV(B)215.87º70.77%50.98%-
XYZ7.347.0622.09-
YUV70.21161.74105.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=15.64%
G=30.86%
B=53.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38751300.710.4200.49215.8754.7632.94
Hex264B82472A031d83721
Octal46113202107520613306741
Binary1001101001011100000101000111101010011000111011000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B82; }

 p { color: rgb(38,75,130); }

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

<style>
 a { background-color: #264B82; }

 a { background-color: rgb(38,75,130); }

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

<style>
 span { border-color: #264B82; }

 span { border-color: rgb(38,75,130); }

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