#264A88

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

Shades of Fun Blue #264A88

Tints of Fun Blue #264A88

Color information

#264A88 (or 0x264A88) is unknown color: approx Fun Blue. HEX triplet: 26, 4A and 88. RGB value is (38,74,136). Sum of RGB (Red+Green+Blue) = 38+74+136=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #264A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A88 is #D9B577. Grayscale: #464646. Windows color (decimal): -14267768 or 8931878. OLE color: 8931878.

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

Color convert

RGB3874136-
CMYK0.720.4600.47
HSL217.96º56.32%34.12%-
HSV(B)217.96º72.06%53.33%-
XYZ7.697.0924.26-
YUV70.3165.07104.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=15.32%
G=29.84%
B=54.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38741360.720.4600.47217.9656.3234.12
Hex264A88482E02Fda3822
Octal46112210110560573327042
Binary1001101001010100010001001000101110010111111011010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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