#264170

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

Shades of Resolution Blue #264170

Tints of Resolution Blue #264170

Color information

#264170 (or 0x264170) is unknown color: approx Resolution Blue. HEX triplet: 26, 41 and 70. RGB value is (38,65,112). Sum of RGB (Red+Green+Blue) = 38+65+112=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #264170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264170 is #D9BE8F. Grayscale: #3E3E3E. Windows color (decimal): -14270096 or 7356710. OLE color: 7356710.

HSL color Cylindrical-coordinate representation of color #264170: hue angle of 218.11º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264170 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3865112-
CMYK0.660.4200.56
HSL218.11º49.33%29.41%-
HSV(B)218.11º66.07%43.92%-
XYZ5.615.3616.07-
YUV62.28156.05110.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=17.67%
G=30.23%
B=52.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38651120.660.4200.56218.1149.3329.41
Hex264170422A038da311d
Octal46101160102520703326135
Binary10011010000011110000100001010101001110001101101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264170; }

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

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

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

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

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

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

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

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