#264376

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

Shades of Resolution Blue #264376

Tints of Resolution Blue #264376

Color information

#264376 (or 0x264376) is unknown color: approx Resolution Blue. HEX triplet: 26, 43 and 76. RGB value is (38,67,118). Sum of RGB (Red+Green+Blue) = 38+67+118=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #264376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264376 is #D9BC89. Grayscale: #3F3F3F. Windows color (decimal): -14269578 or 7750438. OLE color: 7750438.

HSL color Cylindrical-coordinate representation of color #264376: hue angle of 218.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264376 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3867118-
CMYK0.680.4300.54
HSL218.25º51.28%30.59%-
HSV(B)218.25º67.8%46.27%-
XYZ6.085.7317.93-
YUV64.14158.39109.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=17.04%
G=30.04%
B=52.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38671180.680.4300.54218.2551.2830.59
Hex264376442B036da331f
Octal46103166104530663326337
Binary10011010000111110110100010010101101101101101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264376; }

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

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

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

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

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

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

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

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