#264470

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

Shades of Resolution Blue #264470

Tints of Resolution Blue #264470

Color information

#264470 (or 0x264470) is unknown color: approx Resolution Blue. HEX triplet: 26, 44 and 70. RGB value is (38,68,112). Sum of RGB (Red+Green+Blue) = 38+68+112=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #264470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264470 is #D9BB8F. Grayscale: #3F3F3F. Windows color (decimal): -14269328 or 7357478. OLE color: 7357478.

HSL color Cylindrical-coordinate representation of color #264470: hue angle of 215.68º 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 #264470 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3868112-
CMYK0.660.3900.56
HSL215.68º49.33%29.41%-
HSV(B)215.68º66.07%43.92%-
XYZ5.795.7216.13-
YUV64.05155.06109.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=17.43%
G=31.19%
B=51.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38681120.660.3900.56215.6849.3329.41
Hex2644704227038d8311d
Octal46104160102470703306135
Binary10011010001001110000100001010011101110001101100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264470; }

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

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

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

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

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

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

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

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