#264174

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

Shades of Resolution Blue #264174

Tints of Resolution Blue #264174

Color information

#264174 (or 0x264174) is unknown color: approx Resolution Blue. HEX triplet: 26, 41 and 74. RGB value is (38,65,116). Sum of RGB (Red+Green+Blue) = 38+65+116=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #264174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264174 is #D9BE8B. Grayscale: #3E3E3E. Windows color (decimal): -14270092 or 7618854. OLE color: 7618854.

HSL color Cylindrical-coordinate representation of color #264174: hue angle of 219.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264174 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3865116-
CMYK0.670.4400.55
HSL219.23º50.65%30.2%-
HSV(B)219.23º67.24%45.49%-
XYZ5.845.4517.27-
YUV62.74158.05110.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=17.35%
G=29.68%
B=52.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38651160.670.4400.55219.2350.6530.2
Hex264174432C037db331e
Octal46101164103540673336336
Binary10011010000011110100100001110110001101111101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264174; }

 p { color: rgb(38,65,116); }

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

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

 a { background-color: rgb(38,65,116); }

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

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

 span { border-color: rgb(38,65,116); }

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