#264A8B

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

Shades of Fun Blue #264A8B

Tints of Fun Blue #264A8B

Color information

#264A8B (or 0x264A8B) is unknown color: approx Fun Blue. HEX triplet: 26, 4A and 8B. RGB value is (38,74,139). Sum of RGB (Red+Green+Blue) = 38+74+139=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #264A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A8B is #D9B574. Grayscale: #464646. Windows color (decimal): -14267765 or 9128486. OLE color: 9128486.

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

Color convert

RGB3874139-
CMYK0.730.4700.45
HSL218.61º57.06%34.71%-
HSV(B)218.61º72.66%54.51%-
XYZ7.917.1725.39-
YUV70.65166.57104.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=15.14%
G=29.48%
B=55.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38741390.730.4700.45218.6157.0634.71
Hex264A8B492F02Ddb3923
Octal46112213111570553337143
Binary1001101001010100010111001001101111010110111011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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