#264277

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

Shades of Resolution Blue #264277

Tints of Resolution Blue #264277

Color information

#264277 (or 0x264277) is unknown color: approx Resolution Blue. HEX triplet: 26, 42 and 77. RGB value is (38,66,119). Sum of RGB (Red+Green+Blue) = 38+66+119=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #264277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264277 is #D9BD88. Grayscale: #3F3F3F. Windows color (decimal): -14269833 or 7815718. OLE color: 7815718.

HSL color Cylindrical-coordinate representation of color #264277: hue angle of 219.26º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264277 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3866119-
CMYK0.680.4500.53
HSL219.26º51.59%30.78%-
HSV(B)219.26º68.07%46.67%-
XYZ6.085.6418.22-
YUV63.67159.22109.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=17.04%
G=29.60%
B=53.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38661190.680.4500.53219.2651.5930.78
Hex264277442D035db341f
Octal46102167104550653336437
Binary10011010000101110111100010010110101101011101101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264277; }

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

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

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

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

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

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

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

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