#264382

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

Shades of Fun Blue #264382

Tints of Fun Blue #264382

Color information

#264382 (or 0x264382) is unknown color: approx Fun Blue. HEX triplet: 26, 43 and 82. RGB value is (38,67,130). Sum of RGB (Red+Green+Blue) = 38+67+130=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #264382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264382 is #D9BC7D. Grayscale: #414141. Windows color (decimal): -14269566 or 8536870. OLE color: 8536870.

HSL color Cylindrical-coordinate representation of color #264382: hue angle of 221.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264382 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3867130-
CMYK0.710.4800.49
HSL221.09º54.76%32.94%-
HSV(B)221.09º70.77%50.98%-
XYZ6.846.0421.92-
YUV65.51164.39108.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=16.17%
G=28.51%
B=55.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38671300.710.4800.49221.0954.7632.94
Hex2643824730031dd3721
Octal46103202107600613356741
Binary1001101000011100000101000111110000011000111011101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264382; }

 p { color: rgb(38,67,130); }

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

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

 a { background-color: rgb(38,67,130); }

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

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

 span { border-color: rgb(38,67,130); }

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