#264373

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

Shades of Resolution Blue #264373

Tints of Resolution Blue #264373

Color information

#264373 (or 0x264373) is unknown color: approx Resolution Blue. HEX triplet: 26, 43 and 73. RGB value is (38,67,115). Sum of RGB (Red+Green+Blue) = 38+67+115=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #264373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264373 is #D9BC8C. Grayscale: #3F3F3F. Windows color (decimal): -14269581 or 7553830. OLE color: 7553830.

HSL color Cylindrical-coordinate representation of color #264373: hue angle of 217.4º degrees, saturation: 0.5, 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 #264373 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3867115-
CMYK0.670.4200.55
HSL217.4º50.33%30%-
HSV(B)217.4º66.96%45.1%-
XYZ5.95.6617-
YUV63.8156.89109.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=17.27%
G=30.45%
B=52.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38671150.670.4200.55217.450.3330
Hex264373432A037d9321e
Octal46103163103520673316236
Binary10011010000111110011100001110101001101111101100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264373; }

 p { color: rgb(38,67,115); }

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

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

 a { background-color: rgb(38,67,115); }

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

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

 span { border-color: rgb(38,67,115); }

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