#264B8B

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

Shades of Fun Blue #264B8B

Tints of Fun Blue #264B8B

Color information

#264B8B (or 0x264B8B) is unknown color: approx Fun Blue. HEX triplet: 26, 4B and 8B. RGB value is (38,75,139). Sum of RGB (Red+Green+Blue) = 38+75+139=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #264B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264B8B is #D9B474. Grayscale: #464646. Windows color (decimal): -14267509 or 9128742. OLE color: 9128742.

HSL color Cylindrical-coordinate representation of color #264B8B: hue angle of 218.02º 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 #264B8B is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3875139-
CMYK0.730.4600.45
HSL218.02º57.06%34.71%-
HSV(B)218.02º72.66%54.51%-
XYZ7.987.3125.42-
YUV71.23166.24104.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=15.08%
G=29.76%
B=55.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38751390.730.4600.45218.0257.0634.71
Hex264B8B492E02Dda3923
Octal46113213111560553327143
Binary1001101001011100010111001001101110010110111011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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