#264575

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

Shades of Resolution Blue #264575

Tints of Resolution Blue #264575

Color information

#264575 (or 0x264575) is unknown color: approx Resolution Blue. HEX triplet: 26, 45 and 75. RGB value is (38,69,117). Sum of RGB (Red+Green+Blue) = 38+69+117=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #264575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264575 is #D9BA8A. Grayscale: #404040. Windows color (decimal): -14269067 or 7685414. OLE color: 7685414.

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

Color convert

RGB3869117-
CMYK0.680.4100.54
HSL216.46º50.97%30.39%-
HSV(B)216.46º67.52%45.88%-
XYZ6.145.9517.66-
YUV65.2157.23108.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=16.96%
G=30.80%
B=52.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38691170.680.4100.54216.4650.9730.39
Hex2645754429036d8331e
Octal46105165104510663306336
Binary10011010001011110101100010010100101101101101100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264575; }

 p { color: rgb(38,69,117); }

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

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

 a { background-color: rgb(38,69,117); }

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

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

 span { border-color: rgb(38,69,117); }

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