#264B87

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

Shades of Fun Blue #264B87

Tints of Fun Blue #264B87

Color information

#264B87 (or 0x264B87) is unknown color: approx Fun Blue. HEX triplet: 26, 4B and 87. RGB value is (38,75,135). Sum of RGB (Red+Green+Blue) = 38+75+135=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #264B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264B87 is #D9B478. Grayscale: #464646. Windows color (decimal): -14267513 or 8866598. OLE color: 8866598.

HSL color Cylindrical-coordinate representation of color #264B87: hue angle of 217.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264B87 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3875135-
CMYK0.720.4400.47
HSL217.11º56.07%33.92%-
HSV(B)217.11º71.85%52.94%-
XYZ7.697.1923.9-
YUV70.78164.24104.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=15.32%
G=30.24%
B=54.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38751350.720.4400.47217.1156.0733.92
Hex264B87482C02Fd93822
Octal46113207110540573317042
Binary1001101001011100001111001000101100010111111011001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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