#264285

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

Shades of Fun Blue #264285

Tints of Fun Blue #264285

Color information

#264285 (or 0x264285) is unknown color: approx Fun Blue. HEX triplet: 26, 42 and 85. RGB value is (38,66,133). Sum of RGB (Red+Green+Blue) = 38+66+133=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #264285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264285 is #D9BD7A. Grayscale: #404040. Windows color (decimal): -14269819 or 8733222. OLE color: 8733222.

HSL color Cylindrical-coordinate representation of color #264285: hue angle of 222.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264285 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3866133-
CMYK0.710.5000.48
HSL222.32º55.56%33.53%-
HSV(B)222.32º71.43%52.16%-
XYZ6.98622.98-
YUV65.27166.22108.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=16.03%
G=27.85%
B=56.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38661330.710.5000.48222.3255.5633.53
Hex2642854732030de3822
Octal46102205107620603367042
Binary1001101000010100001011000111110010011000011011110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264285; }

 p { color: rgb(38,66,133); }

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

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

 a { background-color: rgb(38,66,133); }

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

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

 span { border-color: rgb(38,66,133); }

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